mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 14:13:58 +08:00
75e38f94a0
Modify the memory cgroup code such that kmem is not managed by Set(), in order to allow updating of memory constraints for containers by Docker. This also removes the need to make memory a special case cgroup. Signed-off-by: Aleksa Sarai <asarai@suse.com>