Re: [patch 2/5] setup_per_zone_lowmem_reserve() oops fix

From: Andrew Morton
Date: Mon Mar 07 2005 - 03:23:55 EST


Nick Piggin <nickpiggin@xxxxxxxxxxxx> wrote:
>
> akpm@xxxxxxxx wrote:
> > If you do 'echo 0 0 > /proc/sys/vm/lowmem_reserve_ratio' the kernel gets a
> > divide-by-zero.
> >
> > Prevent that, and fiddle with some whitespace too.
> >
> > Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
>
> Can we instead have a patch that makes the value zero turn off the
> lowmem reserve entirely if it is set to zero?

That would make sense, I guess.

> Just now I was just testing, and found no easy way to do this other
> than to make the value large enough that the reserve is insignificant.

Me too. I use 1000 to get my 50MB of pagecache back.

I haven't thought about it yet, but there must be some way to avoid leaving
huge amounts of lowmem free. It should be OK to allow lowmem to be fully
used, as long as there's sufficent reclaimable stuff in there - slab,
blockdev pagecache, etc. (Assuming nothing sane mmaps blockdevs. INND
does). Dunno....

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/