Skip to content

Commit 09ffbd5

Browse files
yomna-shoushairvinebroque
authored andcommitted
[Changelog + Docs Update] builds increased disk size from 8GB to 20 GB (#24160)
Co-authored-by: Brendan Irvine-Broque <[email protected]> * [changelog + docs] increasing workers builds disk size limit from 8 GB to 20 GB * Update src/content/changelog/workers/2025-08-04-builds-increased-disk-size.mdx Co-authored-by: Brendan Irvine-Broque <[email protected]> --------- Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent 1277781 commit 09ffbd5

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Increased disk space for Workers Builds
3+
description: Increased the available disk space for Workers Builds from 8 GB to 20 GB for all plans during the ongoing open beta.
4+
- workers
5+
date: 2025-08-04T01:00:00Z
6+
---
7+
As part of the ongoing open beta for [Workers Builds](/workers/ci-cd/builds/), we’ve increased the available disk space for builds from **8 GB** to **20 GB** for both Free and Paid plans.
8+
9+
This provides more space for larger projects, dependencies, and build artifacts while improving overall build reliability.
10+
11+
| Metric | Free Plan | Paid Plans |
12+
|------------|-----------|------------|
13+
| Disk Space | 20 GB | 20 GB |
14+
15+
All other [build limits](/workers/ci-cd/builds/limits-and-pricing/) — including CPU, 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
@@ -15,7 +15,7 @@ Workers Builds has the following limits. While in open beta, these limits are su
1515
| **Build timeout** | 20 minutes | 20 minutes |
1616
| **CPU** | 2 CPUs | 2 CPUs |
1717
| **Memory** | 8 GB | 8 GB |
18-
| **Disk space** | 8 GB | 8 GB |
18+
| **Disk space** | 20 GB | 20 GB |
1919

2020
## Definitions
2121

0 commit comments

Comments
 (0)