Skip to content

Commit 7066986

Browse files
authored
[Containers] Update image size limit (#24318)
1 parent dd16fa3 commit 7066986

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ These are specified using the [`instance_type` property](/workers/wrangler/confi
2626

2727
While in open beta, the following limits are currently in effect:
2828

29-
| Feature | Workers Paid |
30-
| ----------------------------------------------------- | ------------ |
31-
| GB Memory for all concurrent live Container instances | 40GB [^1] |
32-
| vCPU for all concurrent live Container instances | 20 [^1] |
33-
| GB Disk for all concurrent live Container instances | 100GB [^1] |
34-
| Image size | 2 GB |
35-
| Total image storage per account | 50 GB [^2] |
29+
| Feature | Workers Paid |
30+
| ----------------------------------------------------- | ---------------------------------------------- |
31+
| GB Memory for all concurrent live Container instances | 40GB [^1] |
32+
| vCPU for all concurrent live Container instances | 20 [^1] |
33+
| GB Disk for all concurrent live Container instances | 100GB [^1] |
34+
| Image size | Same as [instance disk space](#instance-types) |
35+
| Total image storage per account | 50 GB [^2] |
3636

3737
[^1]: This limit will be raised as we continue the beta.
3838

0 commit comments

Comments
 (0)