Re: [PATCH 4/7] vmscan: narrowing synchrounous lumply reclaim condition

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mel Gorman
Date: Wednesday, October 27, 2010 - 10:16 am

On Wed, Oct 27, 2010 at 06:41:38PM +0200, Andrea Arcangeli wrote:

The series drastically limits the level of hammering lumpy does to the
system. I'm currently keeping it alive because lumpy reclaim has received a lot
more testing than compaction has. While I ultimately see it going away, I am
resisting it being deleted until compaction has been around for a few releases.


Simply because it has been tested and even with compaction there were cases
envisoned where it would be used - low memory or when compaction is not
configured in for example. The ideal is that compaction is used until lumpy
is necessary although this applies more to the static resizing of the huge
page pool than THP which I'd expect to backoff without using lumpy reclaim
i.e. fail the allocation rather than using lumpy reclaim.


Uhhh, I have one more modification in mind when lumpy is involved and
it's to relax the zone watermark slightly to only obey up to
PAGE_ALLOC_COSTLY_ORDER. At the moment, it is freeing more pages than
are necessary to satisfy an allocation request and hits the system
harder than it should. Similar logic should apply to compaction.

-- 
Mel Gorman
Part-time Phd Student                          Linux Technology Center
University of Limerick                         IBM Dublin Software Lab
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[RFC][PATCH 0/7] low latency synchrounous lumpy reclaim, KOSAKI Motohiro, (Wed Aug 4, 11:11 pm)
[PATCH 1/7] vmscan: raise the bar to PAGEOUT_IO_SYNC stalls, KOSAKI Motohiro, (Wed Aug 4, 11:12 pm)
[PATCH 5/7] vmscan: kill dead code in shrink_inactive_list(), KOSAKI Motohiro, (Wed Aug 4, 11:14 pm)
Re: [PATCH 4/7] vmscan: narrowing synchrounous lumply recl ..., Mel Gorman, (Wed Oct 27, 10:16 am)
Re: [PATCH 4/7] vmscan: narrowing synchrounous lumply recl ..., Andrea Arcangeli, (Wed Oct 27, 11:03 am)