From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Lameter Subject: Re: No, really, stop trying to delete slab until you've finished making slub perform as well Date: Mon, 04 Aug 2008 11:35:11 -0500 Message-ID: <48972FBF.9040100@linux-foundation.org> References: <20080801182324.572058187@lameter.com> <20080803015847.GD26461@parisc-linux.org> <48970779.80902@linux-foundation.org> <20080804144823.GE18868@shareable.org> <20080804152146.GG18868@shareable.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: 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 To: Jamie Lokier Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:59861 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751852AbYHDQgj (ORCPT ); Mon, 4 Aug 2008 12:36:39 -0400 In-Reply-To: <20080804152146.GG18868@shareable.org> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Jamie Lokier wrote: > The different behaviours of SLAB/SLUB might result in different levels > of fragmentation, so I wonder if anyone has compared them on MMU-less > systems or fragmentation-sensitive workloads on general systems. Never heard of such a comparison. MMU less systems typically have a minimal number of processors. For that configuration the page orders are roughly equivalent to slab. Larger orders come into play with large amounts of processors.