Skip to content

Commit 0a83540

Browse files
authored
Add docs on new container limits (#25408)
* Add docs on new container limits * Fix link to getting started guide in changelog Corrected the link to the getting started guide in the changelog.
1 parent 7b4a00d commit 0a83540

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Run more Containers with higher resource limits
3+
description: Containers limits have been increased to allow for more concurrent instances
4+
products:
5+
- containers
6+
date: 2025-09-24
7+
---
8+
9+
You can now run more Containers concurrently with higher limits on CPU, memory, and disk.
10+
11+
| Limit | New Limit | Previous Limit |
12+
| ---------------------------------------------- | --------- | -------------- |
13+
| Memory for concurrent live Container instances | 400GiB | 40GiB |
14+
| vCPU for concurrent live Container instances | 100 | 20 |
15+
| Disk for concurrent live Container instances | 2TB | 100GB |
16+
17+
You can now run 1000 instances of the `dev` instance type, 400 instances of `basic`, or 100 instances of `standard` concurrently.
18+
19+
This opens up new possibilities for running larger-scale workloads on Containers.
20+
21+
See the [getting started guide](/containers/get-started/) to deploy your first Container,
22+
and the [limits documentation](/containers/platform-details/limits/) for more details on the available instance types and limits.

src/content/docs/containers/platform-details/limits.mdx

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,12 @@ These are specified using the [`instance_type` property](/workers/wrangler/confi
2222

2323
While in open beta, the following limits are currently in effect:
2424

25-
| Feature | Workers Paid |
26-
| ----------------------------------------------------- | ---------------------------------------------- |
27-
| GB Memory for all concurrent live Container instances | 40GB [^1] |
28-
| vCPU for all concurrent live Container instances | 20 [^1] |
29-
| GB Disk for all concurrent live Container instances | 100GB [^1] |
30-
| Image size | Same as [instance disk space](#instance-types) |
31-
| Total image storage per account | 50 GB [^2] |
32-
33-
[^1]: This limit will be raised as we continue the beta.
34-
35-
[^2]: Delete container images with `wrangler containers delete` to free up space. Note that if you delete a container image and then [roll back](/workers/configuration/versions-and-deployments/rollbacks/) your Worker to a previous version, this version may no longer work.
25+
| Feature | Workers Paid |
26+
| ------------------------------------------------------ | ---------------------------------------------- |
27+
| GiB Memory for all concurrent live Container instances | 400GiB |
28+
| vCPU for all concurrent live Container instances | 100 |
29+
| TB Disk for all concurrent live Container instances | 2TB |
30+
| Image size | Same as [instance disk space](#instance-types) |
31+
| Total image storage per account | 50 GB [^1] |
32+
33+
[^1]: Delete container images with `wrangler containers delete` to free up space. Note that if you delete a container image and then [roll back](/workers/configuration/versions-and-deployments/rollbacks/) your Worker to a previous version, this version may no longer work.

0 commit comments

Comments
 (0)