Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932599AbZKDU5W (ORCPT ); Wed, 4 Nov 2009 15:57:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932347AbZKDU5V (ORCPT ); Wed, 4 Nov 2009 15:57:21 -0500 Received: from Cpsmtpm-eml108.kpnxchange.com ([195.121.3.12]:59822 "EHLO CPSMTPM-EML108.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932299AbZKDU5V (ORCPT ); Wed, 4 Nov 2009 15:57:21 -0500 From: Frans Pop To: Mel Gorman Subject: Re: [PATCH 3/3] vmscan: Force kswapd to take notice faster when high-order watermarks are being hit Date: Wed, 4 Nov 2009 21:57:21 +0100 User-Agent: KMail/1.9.9 Cc: Andrew Morton , stable@kernel.org, linux-kernel@vger.kernel.org, "linux-mm@kvack.org" , Jiri Kosina , Sven Geggus , Karol Lewandowski , Tobias Oetiker , KOSAKI Motohiro , Pekka Enberg , Rik van Riel , Christoph Lameter , Stephan von Krawczynski , Kernel Testers List References: <1256650833-15516-1-git-send-email-mel@csn.ul.ie> <200911040305.59352.elendil@planet.nl> <20091104154853.GM22046@csn.ul.ie> In-Reply-To: <20091104154853.GM22046@csn.ul.ie> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200911042157.25020.elendil@planet.nl> X-OriginalArrivalTime: 04 Nov 2009 20:57:25.0485 (UTC) FILETIME=[697BE9D0:01CA5D91] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1678 Lines: 38 On Wednesday 04 November 2009, Mel Gorman wrote: > Agreed. I'll start from scratch again trying to reproduce what you're > seeing locally. I'll try breaking my network card so that it's making > high-order atomics and see where I get. Machines that were previously > tied up are now free so I might have a better chance. Hmmm. IMO you're looking at this from the wrong side. You don't need to break your network card because the SKB problems are only the *result* of the change, not the *cause*. I can reproduce the desktop freeze just as easily when I'm using wired (e1000e) networking and when I'm not streaming music at all, but just loading that 3rd gitk instance. So it's not "I get a desktop freeze because of high order allocations from wireless during swapping", but "during very heavy swapping on a system with an encrypted LMV volume group containing (encrypted) fs and (encrytpted) swap, the swapping gets into some semi-stalled state *causing* a long desktop freeze and, if there also happens to be some process trying higher order allocations, failures of those allocations". I have tried to indicate this in the past, but it may have gotten lost in the complexity of the issue. An important clue is still IMO that during the first part of the freezes there is very little disk activity for a long time. Why would that be when the system is supposed to be swapping like hell? Cheers, FJP -- 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/