Predefined Resource Sizes
Runloop provides the following resource configurations for Devboxes:Compute is billed only while devbox status is one of [
initializing, running, suspending, resuming].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
To use custom resource sizes, set theresource_size_request parameter to CUSTOM_SIZE and specify the desired resource sizes in the custom_cpu_cores and custom_gb_memory parameters. We offer granular customization in these ranges:
- CPU: Must be multiple of 2. Min is 0.5 core, max is 16 cores.
- Memory: Must be multiple of 2. Min is 1GiB, max is 64GiB.
- Storage: Optional. Must be multiple of 2. Min is 2GiB, max is 64GiB. If not specified, the default of 16GiB will be used.
