WebHosting Paid by #1Payday.Loans


   The ROCK Linux project has been discontinued in 2010. Here are the old data for the historical record!

?mode=patch&uid=2006112819464228950
Open Patch: 2006112819464228950 (by stf)
+ stf
Votecheck 'core-strong': Missing 1 qualified vote(s) (clifford, fake, teha)
package/base/sysfiles/etc_sysctl.conf.txt
Stefan Fiedler:
        disable kernel memory overcommitting behaviour at boot-up 
        via sysctl; this fixes a kernel bug, see man 3 malloc
        section BUGS for details.

Stefan Fiedler:
        disable kernel memory overcommitting behaviour at boot-up 
        via sysctl; this fixes a kernel bug, see man 3 malloc
        section BUGS for details.

--- package/base/sysfiles/etc_sysctl.conf.txt   (Revision 35)
+++ package/base/sysfiles/etc_sysctl.conf.txt   (Revision 36)
@@ -23,3 +23,6 @@
 # kernel.domainname = example.com
 # net.ipv4.ip_forward = 1
 
+# Disable kernel memory overcommitting behaviour; this fixes a kernel bug.
+# See man 3 malloc, section BUGS, for details.
+vm.overcommit_memory = 2

[Download this patch]