Re: 128MB Swap-Space Limit

Bill Hawes (whawes@transmeta.com)
Tue, 11 Aug 1998 09:16:13 -0700


Alan Cox wrote:

> Stephen Tweedie did, and also fixed the horrible horrible vm bug in the
> current 2.1.x where any user can create 128 mappings of a page and it
> leaks.

Hi Alan,

Please note that the current swap count tracking does not leak the page when the
count overflows. The count is reclaimed when the swap is turned off for that file,
and the clever sysadmin has several swap files so that he can easily reclaim at
any time.

It was a horrible vm bug before I added the code to keep the counts from wrapping
around completely; now it's merely an unsightly wart that might show up from time
to time.

Regards,
Bill

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html