You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ch...@apache.org on 2013/01/31 21:20:49 UTC

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

Author: challngr
Date: Thu Jan 31 20:20:48 2013
New Revision: 1441177

URL: http://svn.apache.org/viewvc?rev=1441177&view=rev
Log:
UIMA-2584
Disable the swap threshold for default configuration.

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=1441177&r1=1441176&r2=1441177&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Thu Jan 31 20:20:48 2013
@@ -64,7 +64,8 @@ ducc.locale.country=us
 # below, it will find the fattest (in terms of memory) process in its
 # inventory and kill it. The value of the parameter below is expressed
 # in Megabytes.
-ducc.node.min.swap.threshold=1000000
+# Initially disabled by setting the threshold at 0.
+ducc.node.min.swap.threshold=0
 
 # administrative endpoint for all ducc components
 ducc.admin.endpoint=ducc.admin.channel