From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764796AbYB0HMt (ORCPT ); Wed, 27 Feb 2008 02:12:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753632AbYB0HMl (ORCPT ); Wed, 27 Feb 2008 02:12:41 -0500 Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:57187 "EHLO fgwmail5.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751841AbYB0HMk (ORCPT ); Wed, 27 Feb 2008 02:12:40 -0500 Date: Wed, 27 Feb 2008 16:10:57 +0900 From: KOSAKI Motohiro To: David Rientjes Subject: Re: [RFC][PATCH] page reclaim throttle take2 Cc: kosaki.motohiro@jp.fujitsu.com, Balbir Singh , KAMEZAWA Hiroyuki , Peter Zijlstra , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Rik van Riel , Lee Schermerhorn , Nick Piggin In-Reply-To: References: <47C4F9C0.5010607@linux.vnet.ibm.com> Message-Id: <20080227160746.425E.KOSAKI.MOTOHIRO@jp.fujitsu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.42 [ja] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi > Adding yet another sysctl for this functionality seems unnecessary, unless > it is attempting to address other VM problems where page reclaim needs to > be throttled when it is being stressed. Those issues need to be addressed > directly, in my opinion, instead of attempting to workaround it by > limiting the number of concurrent reclaim threads. hm, could you post another patch? I hope avoid implementless discussion. and I hope compare by benchmark result. -kosaki