Can I use mem_limit in docker-compose? and How?

前端 未结 3 1252
醉话见心
醉话见心 2020-12-25 09:31

mem_limit is supported by docker-compose? How can I test it?

I have a following docker-compose.yml



        
3条回答
  •  悲哀的现实
    2020-12-25 10:25

    You can find how configure docker to limit resources (CPU & MEMORY) and how test your restrictions in this post written last year: resource-management-in-docker.

提交回复
热议问题