Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753067Ab0KFTLP (ORCPT ); Sat, 6 Nov 2010 15:11:15 -0400 Received: from casper.infradead.org ([85.118.1.10]:33713 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751121Ab0KFTLO (ORCPT ); Sat, 6 Nov 2010 15:11:14 -0400 Date: Sat, 6 Nov 2010 12:10:42 -0700 From: Arjan van de Ven To: Sanjoy Mahajan Cc: Dave Chinner , Jesper Juhl , Chris Mason , Ingo Molnar , Pekka Enberg , Aidar Kultayev , , , Linus Torvalds , Andrew Morton , Jens Axboe , Peter Zijlstra , Nick Piggin , Thomas Gleixner , "Ted Ts'o" , Corrado Zoccolo , Shaohua Li , Steven Barrett Subject: Re: 2.6.36 io bring the system to its knees Message-ID: <20101106121042.10b3d96b@infradead.org> In-Reply-To: References: <20101105014334.GF13830@dastard> Organization: Intel X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1302 Lines: 37 On Fri, 5 Nov 2010 08:48:13 -0400 Sanjoy Mahajan wrote: > Dave Chinner wrote: > > > I think anyone reporting a interactivity problem also needs to > > indicate what their filesystem is, what mount paramters they are > > using, what their storage config is, whether barriers are active or > > not, what elevator they are using, whether one or more of the > > applications are issuing fsync() or sync() calls, and so on. > > Good idea. > > The filesystems are all ext3 with default mount parameters. The > dmesgs say that the filesystems are mounted in ordered data mode and > that barriers are not enabled. btw few more things to try (from my standard rc.local script): echo 4096 > /sys/block/sda/queue/nr_requests for i in `pidof kjournald` ; do ionice -c1 -p $i ; done echo 75 > /proc/sys/vm/dirty_ratio (replace sda with whatever your disk is of course) -- Arjan van de Ven Intel Open Source Technology Centre For development, discussion and tips for power savings, visit http://www.lesswatts.org -- 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/