Github user jieyu commented on the issue:
https://github.com/apache/mesos/pull/303
I don't think we turn on kmem accounting yet in Mesos containerizer.
I remember in old kernels, you need to set kmem.limit_in_bytes once to
enable kmem accounting. I am not sure about the new kernel behavior.
Also, we need to be careful on bugs like this on old kernels if we turn on
kmem accounting
https://github.com/opencontainers/runc/issues/1725
---
