Skip to content
Merged
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
14 changes: 7 additions & 7 deletions src/content/docs/containers/platform-details.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ These are specified using the [`instance_type` property](/workers/wrangler/confi

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

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

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

Expand Down