Failed to limit memory with docker compose -


my server has 2gb mem

i launched 2 containers in server docker-compose

although set memory limiti, seems not work

docker-compose

hub:   mem_limit: 256m   image: selenium/hub   ports:     - "4444:4444" test:   mem_limit: 256m   build: ./   links:     - hub   ports:     - "5900"       

i'm not sure try set mem_limit 256000000 without using 'm'


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -