Deploy Build Resources
The Deploy Build Resources configuration allows you to specify the CPU and memory resource requests for both build and deployment processes. This helps ensure that your builds and deployments have sufficient resources to complete successfully while optimizing costs.
Resource Configuration

Access the Deploy Build Resources settings:
- Navigate to Project → Settings
- Select Deploy Build Resources from the settings menu
- Configure the resource values according to your project's requirements
- Click Save to apply the changes
Build Request Resources
Configure the resources allocated during the build process:
- Build Request CPU: Specifies the CPU allocation for build processes (measured in millicores)
- Build Request Memory: Specifies the memory allocation for build processes (measured in GiB)
Deploy Request Resources
Configure the resources allocated during the deployment process:
- Deploy Request CPU: Specifies the CPU allocation for deployment processes (measured in millicores)
- Deploy Request Memory: Specifies the memory allocation for deployment processes (measured in GiB)
Resource Optimization
- Start with default values and adjust based on build performance
- Monitor build times and resource usage to optimize allocations
- Higher resource allocations can reduce build times but increase costs
Resource Limits
- Ensure your cluster has sufficient resources to accommodate the requested allocations