• Andrew Morton's avatar
    [PATCH] vmscan: zone balancing fix · b532f4af
    Andrew Morton authored
    We currently have a problem with the balancing of reclaim between zones: much
    more reclaim happens against highmem than against lowmem.
    
    This patch partially fixes this by changing the direct reclaim path so it
    does not bale out of the zone walk after having reclaimed sufficient pages
    from highmem: go on to reclaim from lowmem regardless of how many pages we
    reclaimed from lowmem.
    b532f4af
vmscan.c 30.6 KB