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 2015/09/30 21:09:54 UTC

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

Author: degenaro
Date: Wed Sep 30 19:09:54 2015
New Revision: 1706134

URL: http://svn.apache.org/viewvc?rev=1706134&view=rev
Log:
UIMA-4612 DUCC Orchestrator (OR) externalize max threads per job & process limits to ducc.properties


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

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties?rev=1706134&r1=1706133&r2=1706134&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/default.ducc.properties Wed Sep 30 19:09:54 2015
@@ -153,6 +153,15 @@ ducc.pm.jvm.args           = -Xmx1G
 ducc.sm.jvm.args           = -Xmx1G
 ducc.ws.jvm.args           = -Xmx2G -Djava.util.Arrays.useLegacyMergeSort=true
 
+# ========== General Configuration block ==========
+
+# Max number of work-item CASes for each job (default is "unlimited")
+# Note: formerly known as ducc.threads.limit
+ducc.job.max.pipelines.count = 5000
+
+# Max number of work-item CASes for each process (default is "unlimited")
+ducc.process.max.pipelines.count = 100
+
 # ========== CLI Configuration block ==========
 # These environment values are included on job/service/AP submissions
 ducc.environment.propagated = USER HOME LANG DUCC_SERVICE_INSTANCE
@@ -236,8 +245,6 @@ ducc.jd.share.quantum = 400
 #   per JD.  This number specifies the number of unused "slices" that should 
 #   be kept on-hand in anticipation of newly submitted jobs (default 2)
 ducc.jd.share.quantum.reserve.count = 3
-# Max number of work-item CASes for each job (default is "unlimited")
-ducc.threads.limit    = 500
 # Extra JVM args to be appended to any user-supplied "driver_jvm_args"
 # Dynamic: changes to this property immediately affect new submitted work
 # Flag: -DUimaAsCasTracking will add to logs: