Cc: <balbir@...>, Peter Zijlstra <a.p.zijlstra@...>, <linux-kernel@...>, <linux-mm@...>, Rik van Riel <riel@...>, Lee Schermerhorn <Lee.Schermerhorn@...>, Nick Piggin <npiggin@...>
On Wed, 27 Feb 2008 13:45:18 +0900
KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> wrote:
How about adding something like..
==
CONFIG_SIMULTANEOUS_PAGE_RECLAIMERS
int
default 3
depends on DEBUG
help
This value determines the number of threads which can do page reclaim
in a zone simultaneously. If this is too big, performance under heavy memory
pressure will decrease.
If unsure, use default.
==
Then, you can get performance reports from people interested in this
feature in test cycle.
Thanks,
-Kame
--