signalfx / maestro-ng

Orchestration of Docker-based, multi-host environments
https://signalfx.com
Apache License 2.0
685 stars 83 forks source link

memory limit has no effect #135

Closed sam0737 closed 9 years ago

sam0737 commented 9 years ago

Setting memory limit has no effect (as confirmed with docker stats), but if I run the container manually docker run everything is good (so it's not my system/kernel/cgroup problem).

I am suspecting it's related to this: https://github.com/docker/docker-py/issues/623

docker server: 1.6.2 docker client: 1.6.2 docker-py 1.2.3 maestro-ng: 0.2.6.2 on Ubuntu 14.04 LTS

mpetazzoni commented 9 years ago

Thanks. This looks like a docker-py issue indeed. As soon as the problem is resolved there, I'll see if I need to change something in MaestroNG.