mem_limit is supported by docker-compose? How can I test it?
I have a following docker-compose.yml
According to documentation, simple
mem_limit: 1000000000
should be enough. I guess, you should drop "m", and use bytes instead of megabytes.