Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755210AbXHBAnb (ORCPT ); Wed, 1 Aug 2007 20:43:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751796AbXHBAnX (ORCPT ); Wed, 1 Aug 2007 20:43:23 -0400 Received: from fgwmail7.fujitsu.co.jp ([192.51.44.37]:54287 "EHLO fgwmail7.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752323AbXHBAnW (ORCPT ); Wed, 1 Aug 2007 20:43:22 -0400 Date: Thu, 2 Aug 2007 09:44:45 +0900 From: KAMEZAWA Hiroyuki To: Lee Schermerhorn Cc: Andrew Morton , linux-kernel , linux-mm , Christoph Lameter Subject: Re: [PATCH] 2.6.23-rc1-mm1 - fix missing numa_zonelist_order sysctl Message-Id: <20070802094445.6495e25d.kamezawa.hiroyu@jp.fujitsu.com> In-Reply-To: <1185994972.5059.91.camel@localhost> References: <1185994972.5059.91.camel@localhost> Organization: Fujitsu X-Mailer: Sylpheed 2.4.2 (GTK+ 2.10.11; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 852 Lines: 22 On Wed, 01 Aug 2007 15:02:51 -0400 Lee Schermerhorn wrote: > [But, maybe reordering the zonelists is not such a good idea > when ZONE_MOVABLE is populated?] > It's case-by-case I think. In zone order with ZONE_MOVABLE case, user's page cache will not use ZONE_NORMAL until ZONE_MOVABLE in all node is exhausted. This is an expected behavior, I think. I think the real problem is the scheme for "How to set zone movable size to appropriate value for the system". This needs more study and documentation. (but maybe depends on system configuration to some extent.) Thanks, -Kame - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/