You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2013/04/12 18:55:17 UTC

svn commit: r1467352 - /uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Author: cwiklik
Date: Fri Apr 12 16:55:17 2013
New Revision: 1467352

URL: http://svn.apache.org/r1467352
Log:
UIMA-2804 enable cgroups

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties?rev=1467352&r1=1467351&r2=1467352&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Fri Apr 12 16:55:17 2013
@@ -288,6 +288,12 @@ ducc.agent.rogue.process.exclusion.filte
 # (fudge factor/100)*share size + share size. If this number exceeds JPs RSS, the agent
 # kills the process.  
 ducc.agent.share.size.fudge.factor=5
+# Enable/Disable CGroup support. 
+ducc.agent.launcher.cgroups.enable=true
+# exclusion file to enable node based exclusion for cgroups and aps
+# syntax:  <node>=cgroups,ap
+# the above will exclude node from using cgroups and prevent deployment of APs
+ducc.agent.exclusion.file=${DUCC_HOME}/resources/exclusion.nodes
 
 # Process Manager Configuration block
 ducc.pm.configuration.class=org.apache.uima.ducc.pm.config.ProcessManagerConfiguration