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 20:32:49 UTC

svn commit: r1706116 - /uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex

Author: degenaro
Date: Wed Sep 30 18:32:48 2015
New Revision: 1706116

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


Modified:
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex?rev=1706116&r1=1706115&r2=1706116&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/src/site/tex/duccbook/part4/admin/ducc-properties.tex Wed Sep 30 18:32:48 2015
@@ -459,19 +459,30 @@
           \end{description}
 
 
-       \item[ducc.threads.limit] \hfill \\
+       \item[ducc.job.max.pipelines.count] \hfill \\
          This enforces a maximum number of pipeline threads per job, over all its processes. No 
-         job will have more active work-items than this dispatched. This limit is disabled by default. 
+         job will have more active work-items than this dispatched.
 
          The value represents the size of the underlying CAS pool in the Job Driver and therefore
          is related to the size of the Job Driver heap and the real memory consumed by JD.  If
          the JD is consuming too much memory, try setting or reducing this value.
          
+         Note: formerly ducc.threads.limit
+         
          \begin{description}
-           \item[Default] (unconfigured) 
+           \item[Default] 5000 
            \item[Type] Local 
          \end{description}
 
+      \item[ducc.process.max.pipelines.count] \hfill \\
+         This enforces a maximum number of pipeline threads per process.
+
+         \begin{description}
+           \item[Default] 100
+           \item[Type] Local 
+         \end{description}
+
+
        \item[ducc.environment.propagated] \hfill \\
          This specifies the environmental variables whose values will be merged with the
          user-specified environment option on job, process and service submissions.