Share via

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.

0 comments No comments

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

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.