Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 20 Nov 2001 06:44:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 20 Nov 2001 06:44:32 -0500 Received: from perninha.conectiva.com.br ([200.250.58.156]:47372 "HELO perninha.conectiva.com.br") by vger.kernel.org with SMTP id ; Tue, 20 Nov 2001 06:44:17 -0500 Date: Tue, 20 Nov 2001 09:43:38 -0200 (BRST) From: Rik van Riel X-X-Sender: To: Ryan Cumming Cc: "Eric W. Biederman" , Subject: Re: Swap 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 On Mon, 19 Nov 2001, Ryan Cumming wrote: > On November 19, 2001 18:49, Eric W. Biederman wrote: > > That would probably do it. Though it is puzzling why after the file > > is munmaped it's pages aren't recycled. > > Because they're part of the page cache now, and won't be recycled > until newer pages 'push' them out of memory. Newer pages cannot push them out of memory, due to use-once. That is, unless those newer pages also get mmap()d or if they get accessed really often. Rik -- DMCA, SSSCA, W3C? Who cares? http://thefreeworld.net/ 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/