Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755565AbYHSKfg (ORCPT ); Tue, 19 Aug 2008 06:35:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753344AbYHSKf0 (ORCPT ); Tue, 19 Aug 2008 06:35:26 -0400 Received: from fgwmail5.fujitsu.co.jp ([192.51.44.35]:53501 "EHLO fgwmail5.fujitsu.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752415AbYHSKfZ (ORCPT ); Tue, 19 Aug 2008 06:35:25 -0400 Date: Tue, 19 Aug 2008 19:34:18 +0900 From: KOSAKI Motohiro To: Christoph Lameter Subject: Re: No, really, stop trying to delete slab until you've finished making slub perform as well Cc: kosaki.motohiro@jp.fujitsu.com, Matthew Wilcox , Pekka Enberg , akpm@linux-foundation.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Mel Gorman , andi@firstfloor.org, Rik van Riel In-Reply-To: <48A98259.7030101@linux-foundation.org> References: <20080818193143.60D7.KOSAKI.MOTOHIRO@jp.fujitsu.com> <48A98259.7030101@linux-foundation.org> Message-Id: <20080819192515.12C5.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 Content-Length: 1247 Lines: 36 > > +#if 0 > > if (!s->remote_node_defrag_ratio || > > get_cycles() % 1024 > s->remote_node_defrag_ratio) > > return NULL; > > +#endif > > > > zonelist = node_zonelist(slab_node(current->mempolicy), flags); > > for_each_zone_zonelist(zone, z, zonelist, high_zoneidx) { > > Hmmm.... So always take from partial lists works? That is the same effect that > the setting of the remote_defrag_ratio to 100 should have had (its multiplied > by 10 when storing it). Sorry, I don't know reason. OK, I'll digg it more. > So its a NUMA only phenomenon. How is performance affected? Unfortunately, I can't mesure it. because - Fujitsu server can access remote node fastly than typical numa server. So, my performance number often isn't typical. - My box (4G x2node) is very small in NUMA machine. but that is large server improving mechanism. IOW, My box didn't happend performance regression. but I think it isn't typical. -- 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/