Skip to content

Commit cc9714c

Browse files
Add changelog and edit doc for increased builds vCPU on paid (cloudflare#24990)
* Add changelog and edit doc for increased builds vCPU on paid * Apply suggestions from code review part 1 edits Co-authored-by: Brendan Irvine-Broque <[email protected]> * esbuild example added, date changed * Final edits --------- Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent 03d811a commit cc9714c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Increased vCPU for Workers Builds on paid plans
3+
description: Increased the available vCPU for Workers Builds from 2 to 4 vCPUs for paid plans, improving build performance and parallel processing capabilities.
4+
- workers
5+
date: 2025-09-18
6+
---
7+
We recently [increased the available disk space](/changelog/2025-08-04-builds-increased-disk-size/) from 8 GB to 20 GB for **all** plans. Building on that improvement, we’re now doubling the CPU power available for paid plans — from 2 vCPU to **4 vCPU**.
8+
9+
These changes continue our focus on making [Workers Builds](/workers/ci-cd/builds/) faster and more reliable.
10+
11+
| Metric | Free Plan | Paid Plans |
12+
|------------|-----------|------------|
13+
| CPU | 2 vCPU | **4 vCPU** |
14+
15+
## Performance Improvements
16+
- **Fast build times**: Even single-threaded workloads benefit from having more vCPUs
17+
- **2x faster multi-threaded builds**: Tools like [esbuild](https://esbuild.github.io/) and [webpack](https://webpack.js.org/) can now utilize additional cores, delivering near-linear performance scaling
18+
19+
All other [build limits](/workers/ci-cd/builds/limits-and-pricing/) — including memory, build minutes, and timeout remain unchanged.

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

Lines changed: 1 addition & 1 deletion
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 vCPU | 2 vCPU |
16+
| **CPU** | 2 vCPU | 4 vCPU |
1717
| **Memory** | 8 GB | 8 GB |
1818
| **Disk space** | 20 GB | 20 GB |
1919

0 commit comments

Comments
 (0)