Resources
In
ale
, resources are allocated per space through the operations system and are used for deploying services within that space. Space owners can invite team members and use allocated resources across multiple projects.
Resources allocated to a space represent the total resource limits resource.limits
assignable to services, not the actual resource consumption. You can monitor real-time resource usage in the workload tab of the service page.
For more details on resource allocation, see the Space and Resource Management page.
Resources Overview
You can check the
usage / quota
information of resources by VM type for the space in the lower left corner of the dashboard.
Initial Configuration
Resources are configured in the deployment modal during initial service deployment.
- Resource Type: Select between On-demand or Spot instance types
- CPU: Maximum vCPU resource for the service. Minimum vCPU means 0.1 vCPU
- Memory: Maximum memory size the service can use
- Disk: Database disk capacity (Available for database services only)
- Replica: Number of service replicas for high availability and load balancing
Resource Scaling
To adjust resource allocations for a service, update the resource configuration in the settings tab of the service page and click
Deploy
. The service will be deployed with the updated resource configuration.