Skip to content

Commit 38e601b

Browse files
Builds: env var increase [do not merge, waiting for release] (#26681)
* Builds: env var increase * applying review
1 parent 64dc488 commit 38e601b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Environment variable limits increase for Workers Builds
3+
description: Workers Builds now supports up to 64 environment variables per Worker with 5 KB per variable, up from a previous 5 KB total limit.
4+
date: 2025-11-21
5+
products:
6+
- workers
7+
---
8+
9+
10+
11+
[Workers Builds](/workers/ci-cd/builds/) now supports up to 64 environment variables, and each environment variable can be up to 5 KB in size. The previous limit was 5 KB total across all environment variables.
12+
13+
14+
15+
This change enables better support for complex build configurations, larger application settings, and more flexible CI/CD workflows.
16+
17+
18+
For more details, refer to the [build limits documentation](/workers/ci-cd/builds/limits-and-pricing/#environment-variable-limits).

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
order: 9
77
---
88

9-
Workers Builds has the following limits. While in open beta, these limits are subject to change.
9+
Workers Builds has the following limits.
1010

1111
| Metric | Free plan | Paid plans |
1212
| --------------------- | --------------- | ------------------------------------------ |
@@ -16,6 +16,8 @@ Workers Builds has the following limits. While in open beta, these limits are su
1616
| **CPU** | 2 vCPU | 4 vCPU |
1717
| **Memory** | 8 GB | 8 GB |
1818
| **Disk space** | 20 GB | 20 GB |
19+
| **Environment variables** | 64 | 64 |
20+
| **Size per environment variable** | 5 KB | 5 KB |
1921

2022
## Definitions
2123

@@ -25,3 +27,5 @@ Workers Builds has the following limits. While in open beta, these limits are su
2527
- **vCPU**: The number of CPU cores available to your build.
2628
- **Memory**: The amount of memory available to your build.
2729
- **Disk space**: The amount of disk space available to your build.
30+
- **Environment variables**: The number of custom environment variables you can configure per Worker.
31+
- **Size per environment variable**: The maximum size for each individual environment variable.

0 commit comments

Comments
 (0)