Configure your Devboxes using predefined sizes
Runloop offers flexible options to tailor your Devbox resources and lifecycle to your specific AI workloads. This guide covers predefined resource sizes for standardized configurations.
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 |
When creating a Devbox, use LaunchParameters
to specify the desired configuration.
Set the resource_size_request
parameter to choose a predefined size:
This example creates a Devbox with 2 CPU cores and 2Gi of memory.