@@ -5,27 +5,21 @@ description: Limits & pricing for Workers Builds
55sidebar :
66 order : 8
77---
8+ Workers Builds has the following limits. While in open beta, these limits are subject to change.
89
9- ## Limits
10+ | Metric | Free plan | Paid plans |
11+ | ------------------------- | ---------------------- | --------------------------------------- |
12+ | ** Build minutes** | 3,000 per month | 6,000 per month (then, +$0.005 per minute) |
13+ | ** Concurrent builds** | 1 | 6 |
14+ | ** Build timeout** | 20 minutes | 20 minutes |
15+ | ** CPU** | 2 CPUs | 2 CPUs |
16+ | ** Memory** | 8 GB | 8 GB |
17+ | ** Disk space** | 8 GB | 8 GB |
1018
11- While in open beta, the following limits are applicable for Workers Builds. Please note, these are subject to change while in beta.
12-
13- | Metric | Description | Limit |
14- | --------------------- | ---------------------------------------------------------------------- | --------- |
15- | ** Build Minutes** | The amount of minutes that it takes to build a project. | Unlimited |
16- | ** Concurrent Builds** | Number of builds that run in parallel across an account. | 1 |
17- | ** Build Timeout** | The amount of minutes that a build can be run before it is terminated. | 20 mins |
18- | ** CPU** | Number of CPU cores available to your build | 2 CPUs |
19- | ** Memory** | Amount of memory available to the build. | 8GB |
20- | ** Disk space** | Disk space available to your build | 8GB |
21-
22- ## Future pricing
23-
24- During the beta, Workers Builds will be free to try with the limits stated above.
25-
26- Starting 2025-04-02, you can expect the following updates to the limits and pricing structure.
27-
28- | Metric | Workers Free | Paid |
29- | ------------------------- | ------------- | ---------------------------------- |
30- | ** Build Minutes / Month** | 3,000 minutes | 6,000 minutes (then +$0.005 / min) |
31- | ** Concurrent Builds** | 1 | 6 |
19+ ## Definitions
20+ * ** Build minutes** : The amount of minutes that it takes to build a project.
21+ * ** Concurrent builds** : The number of builds that can run in parallel across an account.
22+ * ** Build timeout** : The amount of time that a build can be run before it is terminated.
23+ * ** CPU** : The number of CPU cores available to your build.
24+ * ** Memory** : The amount of memory available to your build.
25+ * ** Disk space** : The amount of disk space available to your build.
0 commit comments