Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/content/docs/pages/platform/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ Your Pages site can be managed by an unlimited number of users via the Cloudflar

## Projects

Cloudflare Pages has a limit of 100 projects per account. This limit is not routinely increased.
Cloudflare Pages has a limit of 100 projects[^2] per account. This limit is not routinely increased.

[^2]: If you need a higher project limit, use [Workers for Platforms](/cloudflare-for-platforms/workers-for-platforms/).

If you need to host more than 100 sites, use one of these products designed for scale:

Expand Down
9 changes: 3 additions & 6 deletions src/content/docs/workers/platform/limits.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ import {
| [Environment variable<br/>size](#environment-variables) | 5 KB | 5 KB |
| [Worker size](#worker-size) | 3 MB | 10 MB |
| [Worker startup time](#worker-startup-time) | 1 second | 1 second |
| [Number of Workers](#number-of-workers)<sup>1</sup> | 100 | 500 |
| [Number of Workers](#number-of-workers) | 100 | 500[^1] |
| Number of [Cron Triggers](/workers/configuration/cron-triggers/)<br/>per account | 5 | 250 |
| Number of [Static Asset](#static-assets) files per Worker version | 20,000 | 100,000 |
| Individual [Static Asset](#static-assets) file size | 25 MiB | 25 MiB |

<sup>1</sup> If you reach this limit, consider using [Workers for
Platforms](/cloudflare-for-platforms/workers-for-platforms/).
[^1]: If you need a higher Worker limit, use [Workers for Platforms](/cloudflare-for-platforms/workers-for-platforms/).

<Render file="limits_increase" product="workers" />

Expand Down Expand Up @@ -304,9 +303,7 @@ To reduce startup time, avoid expensive work in global scope. Move initializatio

| Limit | Workers Free | Workers Paid |
| ------------------- | ------------ | ------------ |
| Workers per account | 100 | 500 |

If you need more than 500 Workers, consider using [Workers for Platforms](/cloudflare-for-platforms/workers-for-platforms/).
| Workers per account | 100 | 500[^1] |

---

Expand Down
Loading