Skip to content
← Back to Changelog

Monday, March 11th 2024

Manage your Vercel Functions CPU and memory in the dashboard

Posted by

Avatar for smaeda-ks

Shohei Maeda

Software Engineer

Avatar for tiagoloureiro-vercelcom

Tiago Ventura Loureiro

Engineering Manager

Avatar for brianemerick-vercelcom

Brian Emerick

Technical Program Manager

Avatar for kropp

Justin Kropp

Product Designer

Avatar for sambecker

Sam Becker

Director of Product Design

Avatar for ismaelrumzan

Ismael Rumzan

Content Developer

You can now configure Function CPU from the project settings page, where you can change your project’s default memory, and by extension CPU. Previously, this could only be changed in vercel.json.

The memory configuration of a function determines how much memory and CPU the function can use while executing. This new UI makes it more clear increasing memory boosts vCPU, which can result in better performance, depending on workload type.

Existing workloads (that have not modified vercel.json) are using the cost-effective basic option. Increasing function CPU increases the cost for the same duration, but may result in a faster function. This faster function may make the change net-neutral (or a price decrease in some cases).

Check out the documentation to learn more.

Post