Revision: 6396
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6396&view=rev
Author:   owes
Date:     2012-02-21 18:26:02 +0000 (Tue, 21 Feb 2012)
Log Message:
-----------
In our case it is better to not allow overcommitting, memory hungry processes 
should be avoided or more RAM should be installed.

Modified Paths:
--------------
    ipcop/trunk/config/etc/sysctl.conf

Modified: ipcop/trunk/config/etc/sysctl.conf
===================================================================
--- ipcop/trunk/config/etc/sysctl.conf  2012-02-21 18:20:49 UTC (rev 6395)
+++ ipcop/trunk/config/etc/sysctl.conf  2012-02-21 18:26:02 UTC (rev 6396)
@@ -30,3 +30,7 @@
 # Prevent exploitation of kernel NULL dereference for addr
 # value less than mmap_min_addr
 vm.mmap_min_addr = 65536
+
+# 2: overcommit memory = swap + RAM * ratio/100
+vm.overcommit_memory = 2
+vm.overcommit_ratio = 50

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to