Re: out_of_memory() heuristic broken for different mem configurations

Linus Torvalds (torvalds@transmeta.com)
Thu, 8 Nov 2001 08:08:46 -0800 (PST)


On Thu, 8 Nov 2001, Marcelo Tosatti wrote:
>
> I guess you forgot to apply the following patch on 2.4.15-pre1, right ?

The thing is, I _really_ think it is broken.

The way to make it fail is to have many large SHARED mappings - in which
case we have backing space for 99% of all memory, and returning -1 just
because a few pages need swap-space and can't be thrown out is wrong.

Try it with no swap, and having some processes that MAP_SHARED much more
than available memory and many (small) processes that do not, and need
swap-space. It should work fine - we're never even _close_ to being out of
memory, but your change makes "swap_out()" fail all the time.

Linus

-
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/