Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262045AbUCLJ1S (ORCPT ); Fri, 12 Mar 2004 04:27:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262050AbUCLJ1S (ORCPT ); Fri, 12 Mar 2004 04:27:18 -0500 Received: from fw.osdl.org ([65.172.181.6]:33471 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S262045AbUCLJ1P (ORCPT ); Fri, 12 Mar 2004 04:27:15 -0500 Date: Fri, 12 Mar 2004 01:27:03 -0800 From: Andrew Morton To: Nick Piggin Cc: m.c.p@wolk-project.de, linux-kernel@vger.kernel.org, linux-mm@kvack.org, mfedyk@matchmail.com, plate@gmx.tm Subject: Re: [PATCH] 2.6.4-rc2-mm1: vm-split-active-lists Message-Id: <20040312012703.69f2bb9b.akpm@osdl.org> In-Reply-To: <40517E47.3010909@cyberone.com.au> References: <404FACF4.3030601@cyberone.com.au> <200403111825.22674@WOLK> <40517E47.3010909@cyberone.com.au> X-Mailer: Sylpheed version 0.9.7 (GTK+ 1.2.10; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1065 Lines: 24 Nick Piggin wrote: > > Hmm... I guess it is still smooth because it is swapping out only > inactive pages. If the standard VM isn't being pushed very hard it > doesn't scan mapped pages at all which is why it isn't swapping. > > I have a preference for allowing it to scan some mapped pages though. I haven't looked at the code but if, as I assume, it is always scanning mapped pages, although at a reduced rate then the effect will be the same as setting swappiness to 100, except it will take longer. That effect is to cause the whole world to be swapped out when people return to their machines in the morning. Once they're swapped back in the first thing they do it send bitchy emails to you know who. >From a performance perspective it's the right thing to do, but nobody likes it. - 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/