Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753848Ab0GaSJh (ORCPT ); Sat, 31 Jul 2010 14:09:37 -0400 Received: from mail-iw0-f174.google.com ([209.85.214.174]:42355 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751083Ab0GaSJg (ORCPT ); Sat, 31 Jul 2010 14:09:36 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=tWIafzVDISlLQ6kCnXts235eTcef34n1kCG9p9bw42B3335gpn1y6liKlKO17ocxsY QHXvUBNxu+Tm1ZHVNeyJ7dzo6KdAxHprBSdyNI8sFJnXl7tyj/pBEww3X+UZHDODrOYy PFOLwvepnkizdV7zmnLlM+RntQn0zEfWuzZ48= MIME-Version: 1.0 In-Reply-To: <20100731175951.GA17519@infradead.org> References: <20100728071705.GA22964@localhost> <20100731161358.GA5147@localhost> <20100731173328.GA21072@infradead.org> <20100731175951.GA17519@infradead.org> Date: Sat, 31 Jul 2010 21:09:35 +0300 X-Google-Sender-Auth: 3kUC0kkclODjq9Eq-i6fWO0ZqzM Message-ID: Subject: Re: [PATCH] vmscan: raise the bar to PAGEOUT_IO_SYNC stalls From: Pekka Enberg To: Christoph Hellwig Cc: Wu Fengguang , Andrew Morton , stable@kernel.org, Rik van Riel , KOSAKI Motohiro , Mel Gorman , "linux-kernel@vger.kernel.org" , "linux-fsdevel@vger.kernel.org" , "linux-mm@kvack.org" , Dave Chinner , Chris Mason , Nick Piggin , Johannes Weiner , KAMEZAWA Hiroyuki , Andrea Arcangeli , Minchan Kim , Andreas Mohr , Bill Davidsen , Ben Gamari , Christoph Lameter Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 765 Lines: 16 On Sat, Jul 31, 2010 at 8:59 PM, Christoph Hellwig wrote: > On Sat, Jul 31, 2010 at 08:55:57PM +0300, Pekka Enberg wrote: >> Do you have CONFIG_SLUB enabled? It does high order allocations by >> default for performance reasons. > > Yes. This is a kernel using slub. You can pass "slub_debug=o" as a kernel parameter to disable higher order allocations if you want to test things. The per-cache default order is calculated in calculate_order() of mm/slub.c. How many CPUs do you have on your system? -- 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/