You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2013/11/04 14:30:08 UTC

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

Author: degenaro
Date: Mon Nov  4 13:30:08 2013
New Revision: 1538593

URL: http://svn.apache.org/r1538593
Log:
UIMA-3402 DUCC ducc.properties file clean-up [jd.jost]

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=1538593&r1=1538592&r2=1538593&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Mon Nov  4 13:30:08 2013
@@ -163,9 +163,11 @@ ducc.jd.queue.prefix=ducc.jd.queue.
 # callbacks is normally sub-second. Intermittent network problems may cause unusual spikes.
 # If not specified, default value is 5 minutes.
 ducc.jd.queue.timeout.minutes=5
+#   The following 5 values comprise the specification used by the DUCC Orchestrator daemon to request an 
+#   allocation from the DUCC Resource Manager for Job Driver use. The values given below are the defaults.
 ducc.jd.host.class=JobDriver
 ducc.jd.host.description=Job Driver
-ducc.jd.host.memory.size=1GB
+ducc.jd.host.memory.size=8GB
 ducc.jd.host.number.of.machines=1
 ducc.jd.host.user=System
 #   The next 3 values are related - each JD is assigned a piece of the Job Driver host memory which,