diff options
author | Brian Behlendorf <[email protected]> | 2013-01-18 15:44:27 -0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2013-01-28 09:34:12 -0800 |
commit | 0936c3449fc81caeed49d23e1705a9decd964700 (patch) | |
tree | 633fa1c3409297ab093fc72485b6d9ce70381dd3 /include/spl-ctl.h | |
parent | 84dd1f4f158c2da72f50d5ee5cd798197303ab23 (diff) |
Add spl_kmem_cache_expire module option
Cache aging was implemented because it was part of the default Solaris
kmem_cache behavior. The idea is that per-cpu objects which haven't been
accessed in several seconds should be returned to the cache. On the other
hand Linux slabs never move objects back to the slabs unless there is
memory pressure on the system.
This behavior is now configurable through the 'spl_kmem_cache_expire'
module option. The value is a bit mask with the following meaning.
0x1 - Solaris style cache aging eviction is enabled.
0x2 - Linux style low memory eviction is enabled.
Both methods may be safely enabled simultaneously, but by default
both are disabled. It has never been clear if the kmem cache aging
(which has been around from day one) actually does any good. It has
however been the source of numerous bugs so I wouldn't mind retiring
it entirely.
Signed-off-by: Brian Behlendorf <[email protected]>
Closes zfsonlinux/zfs#1227
Closes #210
Diffstat (limited to 'include/spl-ctl.h')
0 files changed, 0 insertions, 0 deletions