Skip to content

Commit 91f786a

Browse files
committed
Add changelog and edit doc for increased builds vCPU on paid
1 parent e5ab31b commit 91f786a

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-07
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. We’re monitoring usage closely and exploring bringing this to Free soon.
10+
11+
| Metric | Free Plan | Paid Plans |
12+
|------------|-----------|------------|
13+
| CPU | 2 vCPU | **4 vCPU** |
14+
15+
## What you get
16+
- **Improved builds**: Even single-threaded workloads benefit from reduced CPU contention and smoother scheduling on our container platform
17+
- **Better parallel processing**: Multi-threaded tools and processes can now utilize more cores
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)