Azure App for Containers - Custom container memory assigned

John Anderson 1 Reputation point
2019-12-08T22:29:14.567+00:00

Hi,

I am using Azure App for Containers. I have one container in one host. I would like to change the amount of memory allocated to my container created from my custom docker image. It seems to be limited to 250MB and I would like to lift it to at least 512MB.

Where can I do this please?

Thanks,

John

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,867 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Konrad 'Sagus' Sagala 81 Reputation points MVP
    2019-12-09T06:19:37.747+00:00

    You can change memory assignement by providing the following setting as an app setting - CONTAINER_MEMORY. It is defined in MB and must be <= to the total physical memory of the host.

    Regards
    Konrad