Skip to content
← Back to Changelog

Friday, April 26th 2024

Faster defaults for Vercel Function CPU and memory

Posted by

Avatar for smaeda-ks

Shohei Maeda

Software Engineer

Avatar for tobias

Tobias Lins

Software Engineer

Avatar for quiibz

Tom Lienard

Software Engineer

Avatar for brianemerick-vercelcom

Brian Emerick

Technical Program Manager

The default CPU for Vercel Functions will change from Basic (0.6 vCPU/1GB Memory) to Standard (1 vCPU/1.7GB Memory) for new projects created after May 6th, 2024. Existing projects will remain unchanged unless manually updated.

This change helps ensure consistent function performance and faster startup times. Depending on your function code size, this may reduce cold starts by a few hundred milliseconds.

While increasing the function CPU can increase costs for the same duration, it can also make functions execute faster. If functions execute faster, you incur less overall function duration usage. This is especially important if your function runs CPU-intensive tasks.

This change will be applied to all paid plan customers (Pro and Enterprise), no action required.

Check out our documentation to learn more.

Post