Re: Swap

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


On 19 Nov 2001, 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.

Not really. Use-once doesn't work for pages which are
or have been mmap()d, but later use of the cache will
not be able to put pressure on the pages which have
been taken out of the use-once loop.

Use-once as we have it now is fundamentally unbalanced,
I can't see a way of ever getting that thing to work
nicely.

regards,

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/