You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The instance type of the container. This determines the amount of memory, CPU, and disk given to the container
989
-
instance. The current options are `"dev"`, `"basic"`, and `"standard"`. The default is `"dev"`. For more information,
989
+
instance. The current options are `"lite"`, `"basic"`, `"standard-1"`, `"standard-2"`, `"standard-3"`, and `"standard-4"`. The default is `"lite"`. For more information,
990
990
the see [instance types documentation](/containers/platform-details#instance-types).
991
991
992
992
- To specify a custom instance type, see [here](#custom-instance-types).
@@ -996,7 +996,7 @@ The following options are available:
996
996
request to run a container than this number, the container request will error. You may have more Durable Objects
997
997
than this number over a longer time period, but you may not have more concurrently.
998
998
999
-
- Defaults to 1.
999
+
- Defaults to 1.
1000
1000
1001
1001
- This value is only enforced when running in production on Cloudflare's network. This limit does not apply during local development, so you may run more instances than specified.
1002
1002
@@ -1028,7 +1028,7 @@ The following options are available:
1028
1028
class_name = "MyContainer"
1029
1029
image = "./Dockerfile"
1030
1030
max_instances = 10
1031
-
instance_type = "basic"# Optional, defaults to "dev"
1031
+
instance_type = "basic"# Optional, defaults to "lite"
1032
1032
image_vars = { FOO = "BAR" }
1033
1033
1034
1034
[[durable_objects.bindings]]
@@ -1433,4 +1433,4 @@ A common example of using a redirected configuration is where a custom build too
0 commit comments