Vercel Blog

Higher defaults and limits for Vercel Functions running Fluid compute

thumbnail
  • Increased Default Limits for Vercel Functions

    • Vercel Functions utilizing Fluid compute now have higher defaults for execution times, memory, and CPU.
    • The default execution time for all projects on all plans has been extended to 300 seconds.
  • Updated Default Maximum Limits

    • Hobby Plan: Default maximum execution time is now 300s (previously 60s).
    • Pro Plan: Default maximum execution time is now 300s (previously 90s).
    • Enterprise Plan: Default maximum execution time is now 300s (previously 90s).
  • Memory and CPU Instance Sizes

    • Standard Instances: Upgraded to 1 vCPU / 2 GB from 1 vCPU / 1.7 GB.
    • Performance Instances: Upgraded to 2 vCPU / 4 GB from 1.7 vCPU / 3 GB.
  • Active CPU Pricing

    • Enabled for increased instances.
    • Charges based on actual compute time, with memory-only usage billed at a lower rate.
  • Monitoring and Adjustments

    • Users can monitor logs to identify if functions are hitting execution limits.
    • Max duration can be adjusted, or plan can be upgraded accordingly.
  • Learn More

    • More information on Vercel Function limits can be found on the Vercel website.