Re: Swap

Rik van Riel (riel@conectiva.com.br)
Tue, 20 Nov 2001 09:43:38 -0200 (BRST)


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/