99
1010import { WranglerConfig } from " ~/components" ;
1111
12-
1312## Instance Types
1413
1514The memory, vCPU, and disk space for Containers are set through predefined instance types.
@@ -25,16 +24,15 @@ These are specified using the [`instance_type` property](/workers/wrangler/confi
2524
2625## Limits
2726
28-
2927While in open beta, the following limits are currently in effect:
3028
31- | Feature | Workers Paid |
32- | ------------------------------------------------- | ------------ |
29+ | Feature | Workers Paid |
30+ | ----------------------------------------------------- | ------------ |
3331| GB Memory for all concurrent live Container instances | 40GB [ ^ 1 ] |
3432| vCPU for all concurrent live Container instances | 20 [ ^ 1 ] |
3533| GB Disk for all concurrent live Container instances | 100GB [ ^ 1 ] |
36- | Image size | 2 GB |
37- | Total image storage per account | 50 GB [ ^ 2 ] |
34+ | Image size | 2 GB |
35+ | Total image storage per account | 50 GB [ ^ 2 ] |
3836
3937[ ^ 1 ] : This limit will be raised as we continue the beta.
4038
@@ -44,12 +42,13 @@ While in open beta, the following limits are currently in effect:
4442
4543The container runtime automatically sets the following variables:
4644
47- - ` CLOUDFLARE_COUNTRY_A2 ` - a two-letter code of a country the container is placed in
45+ - ` CLOUDFLARE_APPLICATION_ID ` - the ID of the Containers application
46+ - ` CLOUDFLARE_COUNTRY_A2 ` - the [ ISO 3166-1 Alpha 2 code] ( https://www.iso.org/obp/ui/#search/code/ ) of a country the container is placed in
4847- ` CLOUDFLARE_DEPLOYMENT_ID ` - the ID of the container instance
4948- ` CLOUDFLARE_LOCATION ` - a name of a location the container is placed in
50- - ` CLOUDFLARE_NODE_ID ` - an ID of a machine the container runs on
5149- ` CLOUDFLARE_PLACEMENT_ID ` - a placement ID
5250- ` CLOUDFLARE_REGION ` - a region name
51+ - ` CLOUDFLARE_DURABLE_OBJECT_ID ` - the ID of the Durable Object that the container is bound to
5352
5453:::note
5554If you supply environment variables with the same names, supplied values will override predefined values.
0 commit comments