AGEINCR parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Undo revision 56795 by DmeWiccan (talk))
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:AGEINCR parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 14: Line 15:
==Description==
==Description==
<p>The internal priority increment associated with aging promotion</p>
<p>The internal priority increment associated with aging promotion</p>
<p>Each time an aging scan determines that a particular user has waited longer than AGEINTVL milliseconds, it assigns a multiplier, as explained in the description of AGEINTVL.</p>
<p>Each time an aging scan determines that a particular user has waited longer than <var>[[AGEINTVL_parameter|AGEINTVL]]</var> milliseconds, it assigns a multiplier, as explained in the description of AGEINTVL.</p>
<p>This multiplier is applied to AGEINCR and the result is added to the user's current internal priority, subject to the PRIOMAX parameter. Increasing this parameter causes the user's priority to increase faster with aging.</p>
<p>This multiplier is applied to AGEINCR and the result is added to the user's current internal priority, subject to the PRIOMAX parameter. Increasing this parameter causes the user's priority to increase faster with aging.</p>
<p>Do not set AGEINCR greater than PRIOMAX, because this prevents the user's pre-aged priority from being altered. </p>
<p>Do not set AGEINCR greater than <var>[[PRIOMAX_parameter|PRIOMAX]]</var>, because this prevents the user's pre-aged priority from being altered. </p>
<p>AGEINCR has no effect unless the AGESCAN parameter value is nonzero. </p>
<p>AGEINCR has no effect unless the <var>[[AGESCAN_parameter|AGESCAN]]</var> parameter value is nonzero. </p>
[[Category:Scheduler parameters]]
[[Category:Scheduler parameters]]
[[Category: System Parameters]]
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 12:36, 9 October 2014

Aging priority increment

Summary

Default value
0
Parameter type
System
Where set
On User 0's parameter line or reset by system manager
Related products
All
Introduced
Model 204 V6.1 or earlier

Description

The internal priority increment associated with aging promotion

Each time an aging scan determines that a particular user has waited longer than AGEINTVL milliseconds, it assigns a multiplier, as explained in the description of AGEINTVL.

This multiplier is applied to AGEINCR and the result is added to the user's current internal priority, subject to the PRIOMAX parameter. Increasing this parameter causes the user's priority to increase faster with aging.

Do not set AGEINCR greater than PRIOMAX, because this prevents the user's pre-aged priority from being altered.

AGEINCR has no effect unless the AGESCAN parameter value is nonzero.