Re: /proc/sys/vm/swappiness == 0 makes OOM killer go beserk

From: Ram Gupta
Date: Fri Jan 13 2006 - 13:02:42 EST


On 1/13/06, Jim MacBaine <jmacbaine@xxxxxxxxx> wrote:
> On 1/13/06, Ram Gupta <ram.gupta5@xxxxxxxxx> wrote:
> It _would_ be ok if swappiness == 0 would mean that the kernel will
> not swap at all. That's not the case. Even without an excessive use of
> tmpfs the kernel found ~250 MB of unused memory which it swapped out
> during the last days with swappiness == 0.
>
> Regards,
> Jim
>

I correct myself. swappiness == 0 does not mean that kernel will not try to
swap at all but this value decreases the swapping.
swap_tendency = mapped_ratio / 2 + distress + vm_swappiness;

swap_tendency depends on swappiness and affects the memory reclaimation.

Regards
Ram Gupta
-
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/