Skip to content

Commit 8ebcd72

Browse files
add note about max_instances in local dev docs
1 parent 30c4444 commit 8ebcd72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/content/docs/containers/local-dev.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ If your Worker app creates many container instances, your local machine may not
3030

3131
Additionally, if you regularly rebuild containers locally, you may want to clear
3232
out old container images (using `docker image prune` or similar) to reduce disk used.
33+
34+
Also note that the `max_instances` configuration option is only enforced when running in production on Cloudflare's network.
35+
During local development the limit is not applied, so you may run more instances than specified.
3336
:::
3437

3538
## Iterating on Container code

0 commit comments

Comments
 (0)