---
title: Run more Containers with higher resource limits
description: Containers limits have been increased to allow for more concurrent instances
image: https://developers.cloudflare.com/changelog-preview.png
---

[Skip to content](#%5Ftop) 

# Changelog

New updates and improvements at Cloudflare.

[ Subscribe to RSS ](https://developers.cloudflare.com/changelog/rss/index.xml) [ View RSS feeds ](https://developers.cloudflare.com/fundamentals/new-features/available-rss-feeds/) 

![hero image](https://developers.cloudflare.com/_astro/hero.CVYJHPAd_26AMqX.svg) 

[ ← Back to all posts ](https://developers.cloudflare.com/changelog/) 

## Run more Containers with higher resource limits

Sep 25, 2025 

[ Containers ](https://developers.cloudflare.com/containers/) 

You can now run more Containers concurrently with higher limits on CPU, memory, and disk.

| Limit                                          | New Limit | Previous Limit |
| ---------------------------------------------- | --------- | -------------- |
| Memory for concurrent live Container instances | 400GiB    | 40GiB          |
| vCPU for concurrent live Container instances   | 100       | 20             |
| Disk for concurrent live Container instances   | 2TB       | 100GB          |

You can now run 1000 instances of the `dev` instance type, 400 instances of `basic`, or 100 instances of `standard` concurrently.

This opens up new possibilities for running larger-scale workloads on Containers.

See the [getting started guide](https://developers.cloudflare.com/containers/get-started/) to deploy your first Container, and the [limits documentation](https://developers.cloudflare.com/containers/platform-details/limits/) for more details on the available instance types and limits.