CPU Time Limit for Processes

From VSI OpenVMS Wiki
Revision as of 19:30, 4 June 2019 by Darya.zelenina (talk | contribs) (fixed a link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A CPU time limit for processes is specified by each user record in the system SYSUAF. However, there are settings that can affect this value such as the CPU limits for batch queues. The following table shows the action taken for each value specified and possible combinations of specifications.

Is CPU Time Limit specified by the SUBMIT command? Is CPU Time Limit specified for the queue (INIT/QUEUE)? Is Maximum CPU Time Limit specified for the queue (INIT/QUEUE)? Action Taken
No No No Use the UAF value
Yes No No Use the smaller of SUBMIT command and UAF values
Yes Yes No Use the smaller of SUBMIT command and UAF values
Yes No Yes Use the smaller of SUBMIT command and queue's maximum values.
Yes Yes Yes Use the smaller of SUBMIT command and queue's maximum values.
No Yes Yes Use the smaller of queue\s default and maximum values.
No No Yes Use the maximum value.
No Yes No Use the smaller of UAF and queue's default values.