Skip to content
Cloudflare Docs

Limits & pricing

Workers Builds has the following limits.

MetricFree planPaid plans
Build minutes3,000 per month6,000 per month (then, +$0.005 per minute)
Concurrent builds16
Build timeout20 minutes20 minutes
CPU2 vCPU4 vCPU
Memory8 GB8 GB
Disk space20 GB20 GB
Environment variables6464
Size per environment variable5 KB5 KB

Definitions

  • Build minutes: The amount of minutes that it takes to build a project.
  • Concurrent builds: The number of builds that can run in parallel across an account.
  • Build timeout: The amount of time that a build can be run before it is terminated.
  • vCPU: The number of CPU cores available to your build.
  • Memory: The amount of memory available to your build.
  • Disk space: The amount of disk space available to your build.
  • Environment variables: The number of custom environment variables you can configure per Worker.
  • Size per environment variable: The maximum size for each individual environment variable.