Cloudflare changelogs | ContainersCloudflare changelogs for Containershttps://developers.cloudflare.com/changelog/Containers - Larger Container instance typeshttps://developers.cloudflare.com/changelog/2025-10-01-new-container-instance-types/https://developers.cloudflare.com/changelog/2025-10-01-new-container-instance-types/<p>New instance types provide up to 4 vCPU, 12 GiB of memory, and 20 GB of disk per container instance.</p> <table><thead><tr><th>Instance Type</th><th>vCPU</th><th>Memory</th><th>Disk</th></tr></thead><tbody><tr><td>lite</td><td>1/16</td><td>256 MiB</td><td>2 GB</td></tr><tr><td>basic</td><td>1/4</td><td>1 GiB</td><td>4 GB</td></tr><tr><td>standard-1</td><td>1/2</td><td>4 GiB</td><td>8 GB</td></tr><tr><td>standard-2</td><td>1</td><td>6 GiB</td><td>12 GB</td></tr><tr><td>standard-3</td><td>2</td><td>8 GiB</td><td>16 GB</td></tr><tr><td>standard-4</td><td>4</td><td>12 GiB</td><td>20 GB</td></tr></tbody></table> <p>The <code>dev</code> and <code>standard</code> instance types are preserved for backward compatibility and are aliases for <code>lite</code> and <code>standard-1</code>, respectively. The <code>standard-1</code> instance type now provides up to 8 GB of disk instead of only 4 GB.</p> <p>See the <a href="https://developers.cloudflare.com/containers/get-started/">getting started guide</a> to deploy your first Container, and the <a href="https://developers.cloudflare.com/containers/platform-details/limits/">limits documentation</a> for more details on the available instance types and limits.</p>Wed, 01 Oct 2025 00:00:00 GMTContainersContainersContainers - Run more Containers with higher resource limitshttps://developers.cloudflare.com/changelog/2025-09-24-higher-container-resource-limits/https://developers.cloudflare.com/changelog/2025-09-24-higher-container-resource-limits/<p>You can now run more Containers concurrently with higher limits on CPU, memory, and disk.</p> <table><thead><tr><th>Limit</th><th>New Limit</th><th>Previous Limit</th></tr></thead><tbody><tr><td>Memory for concurrent live Container instances</td><td>400GiB</td><td>40GiB</td></tr><tr><td>vCPU for concurrent live Container instances</td><td>100</td><td>20</td></tr><tr><td>Disk for concurrent live Container instances</td><td>2TB</td><td>100GB</td></tr></tbody></table> <p>You can now run 1000 instances of the <code>dev</code> instance type, 400 instances of <code>basic</code>, or 100 instances of <code>standard</code> concurrently.</p> <p>This opens up new possibilities for running larger-scale workloads on Containers.</p> <p>See the <a href="https://developers.cloudflare.com/containers/get-started/">getting started guide</a> to deploy your first Container, and the <a href="https://developers.cloudflare.com/containers/platform-details/limits/">limits documentation</a> for more details on the available instance types and limits.</p>Thu, 25 Sep 2025 00:00:00 GMTContainersContainers