Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Worker size limits
  • Loading branch information
irvinebroque authored May 24, 2023
commit 3083974f8150d88aaef0ce6d8c8cf38b132450da
4 changes: 2 additions & 2 deletions content/workers/platform/limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ title: Limits
| [Simultaneous outgoing<br/>connections/request](#simultaneous-open-connections) | 6 | 6 |
| [Environment variables](#environment-variables) | 64/Worker | 128/Worker |
| [Environment variable<br/>size](#environment-variables) | 5 KB | 5 KB |
| [Worker size](#worker-size) | 1 MB | 5 MB |
| [Worker size](#worker-size) | 1 MB | 10 MB |
| [Worker startup time](#worker-startup-time) | 200 ms | 200 ms |
| [Number of Workers](#number-of-workers) | 100 | 500 |
| [Number of Cron Triggers<br/>per Worker](#number-of-schedules) | 3 | 3 |
Expand Down Expand Up @@ -273,7 +273,7 @@ Each environment variable has a size limitation of 5 KB.

## Worker size

A Worker can be up to 5 MB in size after compression, and up to 1 MB for free accounts. You can request adjustments to limits that conflict with your project goals by contacting Cloudflare. To request an increase to a limit, complete the [Limit Increase Request Form](https://forms.gle/ukpeZVLWLnKeixDu7) and we will contact you with next steps.
A Worker can be up to 10 MB in size after compression, and up to 1 MB for free accounts. You can request adjustments to limits that conflict with your project goals by contacting Cloudflare. To request an increase to a limit, complete the [Limit Increase Request Form](https://forms.gle/ukpeZVLWLnKeixDu7) and we will contact you with next steps.

## Worker startup time

Expand Down