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 2017/01/18 14:36:51 UTC

svn commit: r1779331 - /uima/uima-ducc/trunk/src/main/resources/default.ducc.properties

Author: cwiklik
Date: Wed Jan 18 14:36:51 2017
New Revision: 1779331

URL: http://svn.apache.org/viewvc?rev=1779331&view=rev
Log:
UIMA-5255 removes cgroup subsystems property

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

Modified: uima/uima-ducc/trunk/src/main/resources/default.ducc.properties
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/src/main/resources/default.ducc.properties?rev=1779331&r1=1779330&r2=1779331&view=diff
==============================================================================
--- uima/uima-ducc/trunk/src/main/resources/default.ducc.properties (original)
+++ uima/uima-ducc/trunk/src/main/resources/default.ducc.properties Wed Jan 18 14:36:51 2017
@@ -892,9 +892,6 @@ ducc.agent.launcher.cgroups.retry.delay.
 # the above will exclude node from using cgroups and/or prevent deployment of APs
 ducc.agent.exclusion.file=${DUCC_HOME}/resources/exclusion.nodes
 
-# Define cgroup control subsystems used to enforce fair share on a node
-ducc.agent.launcher.cgroups.subsystems=memory,cpu
-
 # Define script which will collect total swap used by a given process. This
 # script is launched by an agent via duccling and running as the owner
 # of the process.