[Devel] [RFC][PATCH] memory cgroup enhancements updated [7/10] RSS/CACHE failcnt
Paul Menage
menage at google.com
Fri Oct 19 09:54:23 PDT 2007
On 10/19/07, KAMEZAWA Hiroyuki <kamezawa.hiroyu at jp.fujitsu.com> wrote:
> cgroup's resource has "failure" counter. But I think memory cgroup
> has 2 types of failure
> - failure of cache
> - failure of RSS
Why do you think these are significantly different? Also, what kind of
failure do we get when a task tries to fault on a mapping for a
file-backed VMA? That's both RSS (since it's due to be mapped into the
process' memory) and pagecache (assuming a cache-backed filesystem).
Paul
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list