Vercel Sandbox now supports 1 vCPU + 2 GB RAM configurations (opens in new tab)
# Vercel Sandbox now supports 1 vCPU \+ 2 GB RAM configurations **Published:** March 10, 2026 | **Authors:** Rob Herley, Tom Lienard --- Vercel Sandbox now supports creating Sandboxes with only 1 vCPU and 2 GB of RAM. This is ideal for single-threaded or light workloads which don't benefit from additional system resources. When unspecified, the default is still 2 vCPUs and 4 GB of RAM. Get started by setting the `resources.vcpus` option in the SDK: ```typescript import { Sandbox } from "...
Read the original article