Re: [PATCH v3 08/16] slab: allow enable_cpu_cache to use preset values for its tunables
From: Christoph Lameter <hidden>
Date: 2012-09-18 15:25:57
Also in:
linux-mm, lkml
From: Christoph Lameter <hidden>
Date: 2012-09-18 15:25:57
Also in:
linux-mm, lkml
On Tue, 18 Sep 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.
Again the same is true for SLUB. Some generic way of preserving tuning parameters would be appreciated.