Search code examples
azureazure-container-apps

Is there any way to increase the Azure Container App memory limit past 4GB?


I like the Azure container app service, but we are struggling with the 4GB limit per container.

Is there any way to increase this limit without switching to container instances?


Solution

  • You can use a dedicated workload profile:

    This should allow you to go up to 32 cores and 256 GB.