Vercel Sandbox now supports up to 32 vCPU + 64 GB RAM configurations (opens in new tab)
# Vercel Sandbox now supports up to 32 vCPU \+ 64 GB RAM configurations **Published:** April 8, 2026 | **Authors:** Tom Lienard, Luke Phillips\-Sheard --- Vercel Sandbox now supports creating sandboxes with up to 32 vCPUs and 64 GB of RAM for Enterprise customers. This enables running large, resource-intensive applications that are CPU-bound or require a large amount of memory. Get started by setting the `resources.vcpus` option in the SDK: ```typescript import { Sandbox } from "@vercel/...
Read the original article