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 2016/07/01 17:55:47 UTC

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

Author: cwiklik
Date: Fri Jul  1 17:55:47 2016
New Revision: 1750990

URL: http://svn.apache.org/viewvc?rev=1750990&view=rev
Log:
UIMA-4992 Removed ducc.agent.launcher.cgroups.basedir property. Cgroups location is determined by checking /proc/mounts file

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=1750990&r1=1750989&r2=1750990&view=diff
==============================================================================
--- uima/uima-ducc/trunk/src/main/resources/default.ducc.properties (original)
+++ uima/uima-ducc/trunk/src/main/resources/default.ducc.properties Fri Jul  1 17:55:47 2016
@@ -489,8 +489,6 @@ ducc.agent.launcher.cgroups.enable=true
 ducc.agent.launcher.cgroups.utils.dir=/usr/bin,/bin
 # Set cgroup memory.swappiness
 ducc.agent.launcher.cgroups.swappiness=10
-# location where cgroups will be created
-ducc.agent.launcher.cgroups.basedir=/cgroup/ducc
 # number of retries to use when cgcreate fails
 ducc.agent.launcher.cgroups.max.retry.count=1
 # amount by which to increase delay (in msecs) between each retry