From: Christoph Lameter Subject: Re: [PATCH 3/3] mm: slub: Default slub_max_order to 0 Date: Thu, 12 May 2011 12:38:34 -0500 (CDT) Message-ID: References: <1305127773-10570-1-git-send-email-mgorman@suse.de> <1305127773-10570-4-git-send-email-mgorman@suse.de> <1305213359.2575.46.camel@mulgrave.site> <1305214993.2575.50.camel@mulgrave.site> <20110512154649.GB4559@redhat.com> <1305216023.2575.54.camel@mulgrave.site> <1305217843.2575.57.camel@mulgrave.site> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: James Bottomley , Dave Jones , Mel Gorman , Andrew Morton , Colin King , Raghavendra D Prabhu , Jan Kara , Chris Mason , Rik van Riel , Johannes Weiner , linux-fsdevel , linux-mm , linux-kernel , linux-ext4 , Andrea Arcangeli To: Pekka Enberg Return-path: Received: from smtp109.prem.mail.ac4.yahoo.com ([76.13.13.92]:46105 "HELO smtp109.prem.mail.ac4.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1758008Ab1ELRil (ORCPT ); Thu, 12 May 2011 13:38:41 -0400 In-Reply-To: Sender: linux-ext4-owner@vger.kernel.org List-ID: On Thu, 12 May 2011, Pekka Enberg wrote: > On Thu, May 12, 2011 at 8:06 PM, Pekka Enberg wrote: > > On Thu, May 12, 2011 at 7:30 PM, James Bottomley > > wrote: > >> So suggest an alternative root cause and a test to expose it. > > > > Is your .config available somewhere, btw? > > If it's this: > > http://pkgs.fedoraproject.org/gitweb/?p=kernel.git;a=blob_plain;f=config-x86_64-generic;hb=HEAD > > I'd love to see what happens if you disable > > CONFIG_TRANSPARENT_HUGEPAGE=y > > because that's going to reduce high order allocations as well, no? I dont think that will change much since huge pages are at MAX_ORDER size. Either you can get them or not. The challenge with the small order allocations is that they require contiguous memory. Compaction is likely not as effective as the prior mechanism that did opportunistic reclaim of neighboring pages.