Re: [PATCH 09/27] mm, vmscan: By default have direct reclaim only shrink once per node
From: Vlastimil Babka
Date: Thu Jun 16 2016 - 04:59:43 EST
On 06/09/2016 08:04 PM, Mel Gorman wrote:
Direct reclaim iterates over all zones in the zonelist and shrinking them
but this is in conflict with node-based reclaim. In the default case,
only shrink once per node.
Signed-off-by: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx>
Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx>
Acked-by: Vlastimil Babka <vbabka@xxxxxxx>