ECMSUBS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
No edit summary
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Template:ECMSUBS parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 6: Line 7:
<dd>System
<dd>System
<dt>Where set
<dt>Where set
<dd>On User 0's parameter line
<dd>On User 0's parameter line or, as of M204 7.9, system manager
<dt>Related products
<dt>Related products
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V5.1</var>  
</dl>
</dl>
==Description==
==Description==
Specifies the maximum number of ECF subtasks for running external modules. The maximum number of ECF subtasks allowed is 500; the minimum is 0.
Specifies the maximum number of ECF subtasks for running external modules. The maximum number of ECF subtasks allowed is 500; the minimum is 0.
[[Category:System Parameters]]
 
As of M204 7.8, this maximum value may now be reset dynamically by a system manager. If the value is raised, new tasks will be added as needed up to the value specified. If the value is lowered, idle subtasks will be detached before they are activated until the new maximum is established.
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 19:42, 9 December 2022

ECF maximum subtasks

Summary

Default value
0
Parameter type
System
Where set
On User 0's parameter line or, as of M204 7.9, system manager
Related products
All
Introduced
Model 204 V5.1

Description

Specifies the maximum number of ECF subtasks for running external modules. The maximum number of ECF subtasks allowed is 500; the minimum is 0.

As of M204 7.8, this maximum value may now be reset dynamically by a system manager. If the value is raised, new tasks will be added as needed up to the value specified. If the value is lowered, idle subtasks will be detached before they are activated until the new maximum is established.