Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752164AbZKPR5i (ORCPT ); Mon, 16 Nov 2009 12:57:38 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752049AbZKPR5i (ORCPT ); Mon, 16 Nov 2009 12:57:38 -0500 Received: from gir.skynet.ie ([193.1.99.77]:50375 "EHLO gir.skynet.ie" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751542AbZKPR5h (ORCPT ); Mon, 16 Nov 2009 12:57:37 -0500 Date: Mon, 16 Nov 2009 17:57:39 +0000 From: Mel Gorman To: Frans Pop Cc: Andrew Morton , Jiri Kosina , Sven Geggus , Karol Lewandowski , Tobias Oetiker , linux-kernel@vger.kernel.org, "linux-mm@kvack.org" , KOSAKI Motohiro , Pekka Enberg , Rik van Riel , Christoph Lameter , Stephan von Krawczynski , "Rafael J. Wysocki" , Kernel Testers List , Chris Mason Subject: Re: [PATCH 0/5] Reduce GFP_ATOMIC allocation failures, candidate fix V3 Message-ID: <20091116175739.GW29804@csn.ul.ie> References: <1258054235-3208-1-git-send-email-mel@csn.ul.ie> <200911131004.25293.elendil@planet.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <200911131004.25293.elendil@planet.nl> User-Agent: Mutt/1.5.17+20080114 (2008-01-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1692 Lines: 41 On Fri, Nov 13, 2009 at 10:04:21AM +0100, Frans Pop wrote: > On Thursday 12 November 2009, Mel Gorman wrote: > > Changelog since V2 > > o Dropped the kswapd-quickly-notice-high-order patch. In more detailed > > testing, it made latencies even worse as kswapd slept more on > > high-order congestion causing order-0 direct reclaims. > > o Added changes to how congestion_wait() works > > o Added a number of new patches altering the behaviour of reclaim > > I have tested this series on top of .32-rc7. First impression is that it > does seem to improve my test case, but does not yet completely solve it. > > My last gitk instance now loads more smoothly for most of the time it takes > to complete, but I still see a choke point where things freeze for a while > and where I get SKB allocation errors from my wireless. > However, that choke point does seem to happen later and to be shorter than > without the patches. > I haven't fully figured out why this makes a difference yet, but with .32-rc7 and these patches, could you retry the test except beforehand do cd /sys for SYS in `find -name low_latency`; do echo 0 > $SYS done I believe the low_latency logic might be interfering with the number of clean pages available for kswapd to reclaim. Thanks -- Mel Gorman Part-time Phd Student Linux Technology Center University of Limerick IBM Dublin Software Lab -- 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/