• C
    [PATCH] Reclaim slab during zone reclaim · 2a16e3f4
    Christoph Lameter 提交于
    If large amounts of zone memory are used by empty slabs then zone_reclaim
    becomes uneffective.  This patch shakes the slab a bit.
    
    The problem with this patch is that the slab reclaim is not containable to a
    zone.  Thus slab reclaim may affect the whole system and be extremely slow.
    This also means that we cannot determine how many pages were freed in this
    zone.  Thus we need to go off node for at least one allocation.
    
    The functionality is disabled by default.
    
    We could modify the shrinkers to take a zone parameter but that would be quite
    invasive.  Better ideas are welcome.
    Signed-off-by: NChristoph Lameter <clameter@sgi.com>
    Signed-off-by: NAndrew Morton <akpm@osdl.org>
    Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
    2a16e3f4
vm.txt 6.4 KB