Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 24 Jun 2002 11:30:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 24 Jun 2002 11:30:44 -0400 Received: from garrincha.netbank.com.br ([200.203.199.88]:14098 "HELO garrincha.netbank.com.br") by vger.kernel.org with SMTP id ; Mon, 24 Jun 2002 11:30:43 -0400 Date: Mon, 24 Jun 2002 12:02:22 -0300 (BRT) From: Rik van Riel X-X-Sender: riel@imladris.surriel.com To: Ingo Molnar cc: Dave Jones , Daniel Phillips , Craig Kulesa , , , Linus Torvalds , Subject: Re: [PATCH] (1/2) reverse mapping VM for 2.5.23 (rmap-13b) In-Reply-To: Message-ID: X-spambait: aardvark@kernelnewbies.org X-spammeplease: aardvark@nl.linux.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1275 Lines: 35 On Wed, 19 Jun 2002, Ingo Molnar wrote: > On Wed, 19 Jun 2002, Rik van Riel wrote: > > > I am encouraged by Craig's test results, which show that > > rmap did a LOT less swapin IO and rmap with page aging even > > less. The fact that it did too much swapout IO means one > > part of the system needs tuning but doesn't say much about > > the thing as a whole. > > btw., isnt there a fair chance that by 'fixing' the aging+rmap code to > swap out less, you'll ultimately swap in more? [because the extra swappout > likely ended up freeing up RAM as well, which in turn decreases the amount > of trashing.] Possibly, but I expect the 'extra' swapouts to be caused by page_launder writing out too many pages at once and not just the ones it wants to free. Cleaning pages and freeing them are separate operations, what is missing is a mechanism to clean enoughh pages but not all inactive pages at once ;) regards, Rik -- Bravely reimplemented by the knights who say "NIH". http://www.surriel.com/ http://distro.conectiva.com/ - 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/