Re: OOM killer

Alex Bligh - linux-kernel (linux-kernel@alex.org.uk)
Thu, 27 Sep 2001 21:52:35 +0100


--On Wednesday, 26 September, 2001 7:11 PM +0200 Jesper Juhl
<juhl@eisenstein.dk> wrote:

> Or maybe make it a configure option if Linux should over commit memory or
> not.

deja vu

shed:~# cat /proc/sys/vm/overcommit_memory
0
shed:~# echo 1 >/proc/sys/vm/overcommit_memory
shed:~# cat /proc/sys/vm/overcommit_memory
1
shed:~# echo 0 >/proc/sys/vm/overcommit_memory
shed:~# cat /proc/sys/vm/overcommit_memory
0

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