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/15 17:36:45 UTC

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

Author: cwiklik
Date: Mon Apr 15 15:36:44 2013
New Revision: 1468125

URL: http://svn.apache.org/r1468125
Log:
UIMA-2804 turn off cgroups by default

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=1468125&r1=1468124&r2=1468125&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Mon Apr 15 15:36:44 2013
@@ -289,7 +289,7 @@ ducc.agent.rogue.process.exclusion.filte
 # kills the process.  
 ducc.agent.share.size.fudge.factor=5
 # Enable/Disable CGroup support. 
-ducc.agent.launcher.cgroups.enable=true
+ducc.agent.launcher.cgroups.enable=false
 # 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