Customizing and Optimizing
Configuring Devbox Instance Sizes
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.
Predefined Resource Sizes
Runloop provides the following resource configurations for Devboxes:
Size | CPU | Memory |
---|---|---|
SMALL | 1 | 1Gi |
MEDIUM | 2 | 2Gi |
LARGE | 2 | 8Gi |
X_LARGE | 4 | 16Gi |
XX_LARGE | 8 | 32Gi |
Launch Parameters
When creating a Devbox, use LaunchParameters
to specify the desired configuration.
Resource Size
Set the resource_size
parameter to choose a predefined size:
This example creates a Devbox with 2 CPU cores and 2Gi of memory.
Was this page helpful?