Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932461Ab1ELSKG (ORCPT ); Thu, 12 May 2011 14:10:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16492 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932156Ab1ELSKD (ORCPT ); Thu, 12 May 2011 14:10:03 -0400 Date: Thu, 12 May 2011 20:09:21 +0200 From: Andrea Arcangeli To: Christoph Lameter Cc: Pekka Enberg , 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 Subject: Re: [PATCH 3/3] mm: slub: Default slub_max_order to 0 Message-ID: <20110512180921.GP11579@random.random> References: <1305214993.2575.50.camel@mulgrave.site> <20110512154649.GB4559@redhat.com> <1305216023.2575.54.camel@mulgrave.site> <1305217843.2575.57.camel@mulgrave.site> <20110512175104.GM11579@random.random> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1340 Lines: 25 On Thu, May 12, 2011 at 01:03:05PM -0500, Christoph Lameter wrote: > On Thu, 12 May 2011, Andrea Arcangeli wrote: > > > even order 3 is causing troubles (which doesn't immediately make lumpy > > activated, it only activates when priority is < DEF_PRIORITY-2, so > > after 2 loops failing to reclaim nr_to_reclaim pages), imagine what > > That is a significant change for SLUB with the merge of the compaction > code. Even before compaction was posted, I had to shut off lumpy reclaim or it'd hang all the time with frequent order 9 allocations. Maybe lumpy was better before, maybe lumpy "improved" its reliability recently, but definitely it wasn't performing well. That definitely applies to >=2.6.32 (I had to nuke lumpy from it, and only keep compaction enabled, pretty much like upstream with COMPACTION=y). I think I never tried earlier lumpy code than 2.6.32, maybe it was less aggressive back then, I don't exclude it but I thought the whole notion of lumpy was to takedown everything in the way, which usually leads to process hanging in swapins or pageins for frequent used memory. -- 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/