How sandbox capacity works
When you enable sandboxes, Porter creates a dedicated sandbox node group on the cluster. It’s a cost-optimized (Karpenter) node group: nodes are provisioned on demand as sandboxes are created and removed when they’re no longer needed, so there are no minimum or maximum node counts to manage. The one capacity setting is Max CPU, the maximum total CPU cores across all nodes in the group. The cluster keeps a pool of pre-booted warm pods on the sandbox node group, and every new sandbox claims one. This is what makes startup fast. When more sandboxes are created than there are warm pods available, the pool grows by the number of waiting sandboxes and Karpenter adds nodes to fit the new pods, up to the Max CPU limit. Bursts above the pool size are still served, but they wait for a fresh pod to boot instead of starting instantly. Once the node group is at its Max CPU limit, new sandboxes wait in thequeued phase until running sandboxes terminate and free capacity. If sandboxes queue regularly, raise Max CPU.
Raise the node group’s Max CPU
1
Navigate to Infrastructure
From your Porter dashboard, click the Infrastructure tab in the left sidebar and select your sandbox-enabled cluster.
2
Open the sandbox node group
Click Overview and expand the Sandbox node group under the node groups list to see the following settings:
3
Update
Set Max CPU to the new ceiling, then scroll to the bottom and click Update. The change applies without disrupting running sandboxes, and Karpenter provisions nodes up to the new limit as demand arrives.
Two settings are fixed on sandbox node groups: cost optimization can’t be turned off, because sandbox node groups require Karpenter, and instance selection is restricted to machine types with local NVMe disks, which sandboxes use for fast storage.
Tune the warm pod pool
The warm pod pool is configured with the other sandbox settings, not on the node group. Changing it requires the admin role on the project.1
Open the sandbox settings
In the Porter Dashboard, go to the Sandbox tab for your sandbox-enabled cluster, then open Settings and find the Warm pod pool section.
2
Configure the pool
3
Save
Click Save. Porter rolls the new pool out on the cluster, replacing existing warm pods with pods at the new size and resources.

