Skip to content

Commit 7866ee4

Browse files
authored
Use vCPU instead of CPU (#24936)
1 parent 19d70d3 commit 7866ee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/workers/ci-cd/builds/limits-and-pricing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Workers Builds has the following limits. While in open beta, these limits are su
1313
| **Build minutes** | 3,000 per month | 6,000 per month (then, +$0.005 per minute) |
1414
| **Concurrent builds** | 1 | 6 |
1515
| **Build timeout** | 20 minutes | 20 minutes |
16-
| **CPU** | 2 CPUs | 2 CPUs |
16+
| **CPU** | 2 vCPU | 2 vCPU |
1717
| **Memory** | 8 GB | 8 GB |
1818
| **Disk space** | 20 GB | 20 GB |
1919

@@ -22,6 +22,6 @@ Workers Builds has the following limits. While in open beta, these limits are su
2222
- **Build minutes**: The amount of minutes that it takes to build a project.
2323
- **Concurrent builds**: The number of builds that can run in parallel across an account.
2424
- **Build timeout**: The amount of time that a build can be run before it is terminated.
25-
- **CPU**: The number of CPU cores available to your build.
25+
- **vCPU**: The number of CPU cores available to your build.
2626
- **Memory**: The amount of memory available to your build.
2727
- **Disk space**: The amount of disk space available to your build.

0 commit comments

Comments
 (0)