Predefined Resource Sizes
Runloop provides the following resource configurations for Devboxes:Size | CPU | Memory | Storage |
---|---|---|---|
X_SMALL | 0.5 | 1GB | 4GB |
SMALL | 1 | 2GB | 4GB |
MEDIUM | 2 | 4GB | 8GB |
LARGE | 2 | 8GB | 16GB |
X_LARGE | 4 | 16GB | 16GB |
XX_LARGE | 8 | 32GB | 16GB |
Launch Parameters
When creating a Devbox, useLaunchParameters
to specify the desired configuration.
Resource Size
Set theresource_size_request
parameter to choose a predefined size:
Custom Resource Sizes
You can specify custom resource sizes for your Devboxes. We offer granular customization in these ranges:- CPU: must be multiple of 2. Min is 1 core, max is 16 cores.
- Memory: must be multiple of 2. Min is 2GiB, max is 64GiB.
resource_size_request
parameter to CUSTOM_SIZE
and specify the desired resource sizes in the custom_cpu_cores
and custom_gb_memory
parameters.
Both parameters are required when using resource_size_request: CUSTOM_SIZE
.