Higher defaults and limits for Vercel Functions running Fluid compute
Vercel raises default execution limits for Functions on Fluid compute, extending default runtime to 300 seconds across all plans and increasing memory and CPU allocations for standard and performance tiers.
The default limits for Vercel Functions using have increased, with longer execution times, more memory, and more CPU.Fluid compute The default execution time, for all projects on all plans, is now 300 seconds (5 minutes): Memory and CPU instance sizes have also been updated: These increased instances are enabled by , which charges based on actual compute time. Periods of memory-only usage are billed at a significantly lower rate, making longer executions more cost-efficient.Active CPU pricing You can view logs to determine if your functions are hitting execution limits and adjust the max duration or upgrade your plan as needed.
Learn more about .Vercel Function limits Read more Plan Default Maximum Hobby 300s (previously 60s) 300s (previously 60s) Pro 300s (previously 90s) 800s Enterprise 300s (previously 90s) 800s (default) is now 1 vCPU / 2 GB (previously 1 vCPU / 1.7 GB)Standard is now 2 vCPU / 4 GB (previously 1.7 vCPU / 3 GB)Performance