Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758278Ab1ELRin (ORCPT ); Thu, 12 May 2011 13:38:43 -0400 Received: from smtp109.prem.mail.ac4.yahoo.com ([76.13.13.92]:46107 "HELO smtp109.prem.mail.ac4.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1758154Ab1ELRil (ORCPT ); Thu, 12 May 2011 13:38:41 -0400 X-Yahoo-SMTP: _Dag8S.swBC1p4FJKLCXbs8NQzyse1SYSgnAbY0- X-YMail-OSG: guvS818VM1mbvIOl2tbxeL1D0_ozkKgHmQYPUWcjMX7N6ws 501KZ2pEM8TOggL3.45hgMQ3sHlOgyD2iHBQd.alig8CxFQAHzPpoGBisab2 XuGfwzwuKYPKohpLelm.__6K542N1gtjfgo9npiV60z92C.f9b0InyZ9bHr1 UMytcAahTF5Cc6YDxHLA.NIpQys7U5ig8Y3aZdgf.zgMH0qGHKmF2QxARlKd T7Q6xqZ3QsT4HY_ow_Rsk8rbF4XF.NbSKLjnn8LKkSNJOnrIpoh3tm3gm5bY Uvkk39.21yn9VDyGz_892VCmHfVLUteLwWRv4jON1deOoQL4aclSpwjqljpl 3U8C9Dq0eN4F6XC6EoeULYN0gSYsOwLUByDU9A..FBO8eKozX4n.shbJQ7Mj qFdz.nKx7NozX8F5J2aDjAqxMR0tZxqbkoWPEClzx3gSv5.OqiOfayDQoXad Jng3dkpgMh.NX4O2eUxf.xNgJwC0U95MPRiccjH5rXf0LY0caDxlPIvRTjg0 F1orsZe8fYBMVddhjlnYt X-Yahoo-Newman-Property: ymail-3 Date: Thu, 12 May 2011 12:38:34 -0500 (CDT) From: Christoph Lameter X-X-Sender: cl@router.home To: Pekka Enberg 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 Subject: Re: [PATCH 3/3] mm: slub: Default slub_max_order to 0 In-Reply-To: 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> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1165 Lines: 30 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. -- 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/