Re: out_of_memory() heuristic broken for different mem configurations (fwd)

From: Linus Torvalds (torvalds@transmeta.com)
Date: Thu Nov 08 2001 - 11:08:46 EST


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/



This archive was generated by hypermail 2b29 : Thu Nov 15 2001 - 21:00:18 EST