Re: [PATCH 05/10] slab: allow enable_cpu_cache to use preset values for its tunables
From: Christoph Lameter <hidden>
Date: 2012-07-25 17:05:35
Also in:
linux-mm, lkml
From: Christoph Lameter <hidden>
Date: 2012-07-25 17:05:35
Also in:
linux-mm, lkml
On Wed, 25 Jul 2012, Glauber Costa wrote:
SLAB allows us to tune a particular cache behavior with tunables. When creating a new memcg cache copy, we'd like to preserve any tunables the parent cache already had.
So does SLUB but I do not see a patch for that allocator.