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/09/30 20:19:33 UTC

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

Author: challngr
Date: Mon Sep 30 18:19:33 2013
New Revision: 1527695

URL: http://svn.apache.org/r1527695
Log:
UIMA-3215 Set default ws Xmx to 2G

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=1527695&r1=1527694&r2=1527695&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Mon Sep 30 18:19:33 2013
@@ -75,7 +75,7 @@ ducc.orchestrator.jvm.args = -Xmx1G
 ducc.rm.jvm.args           = -Xmx1G
 ducc.pm.jvm.args           = -Xmx1G
 ducc.sm.jvm.args           = -Xmx1G
-ducc.ws.jvm.args           = -Xmx8G
+ducc.ws.jvm.args           = -Xmx2G
 
 # ========== CLI Configuration block ==========
 #ducc.submit.threads.limit=200