Re: [PATCH v2 04/29] slub: always get the cache from its page in kfree
From: Christoph Lameter <hidden>
Date: 2012-05-11 18:56:45
Also in:
linux-mm, lkml
From: Christoph Lameter <hidden>
Date: 2012-05-11 18:56:45
Also in:
linux-mm, lkml
On Fri, 11 May 2012, Glauber Costa wrote:
So we don't mix pages from multiple memcgs in the same cache - we believe that would be too confusing.
Well subsystem create caches and other things that are shared between multiple processes. How can you track that?
/proc/slabinfo reflects this information, by listing the memcg-specific slabs.
What about /sys/kernel/slab/*?