From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail144.messagelabs.com (mail144.messagelabs.com [216.82.254.51]) by kanga.kvack.org (Postfix) with ESMTP id 830706B0095 for ; Sat, 6 Nov 2010 15:11:17 -0400 (EDT) Date: Sat, 6 Nov 2010 12:10:42 -0700 From: Arjan van de Ven 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> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-linux-mm@kvack.org To: Sanjoy Mahajan Cc: Dave Chinner , Jesper Juhl , Chris Mason , Ingo Molnar , Pekka Enberg , Aidar Kultayev , linux-kernel@vger.kernel.org, linux-mm@kvack.org, Linus Torvalds , Andrew Morton , Jens Axboe , Peter Zijlstra , Nick Piggin , Thomas Gleixner , Ted Ts'o , Corrado Zoccolo , Shaohua Li , Steven Barrett List-ID: 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, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom policy in Canada: sign http://dissolvethecrtc.ca/ Don't email: email@kvack.org