refinery-platform / django_docker_engine

Django app that manages the creation of, and proxies requests to, Docker containers.
MIT License
6 stars 2 forks source link

Mccalluc/better memory management #183

Closed mccalluc closed 6 years ago

mccalluc commented 6 years ago

Right now, it just logs a warning if we're over the limit: the next step would be to kill (pause?) containers as necessary.

It could be possible to get the actual memory in use by a container, but:

Also:

(This is a big step in a new direction, so I'll wait till you both have a chance to comment.)