Difference between revisions of "CPU Time Limit for Processes"

From VSI OpenVMS Wiki
Jump to: navigation, search
(Created page with "A '''CPU time limit for processes''' is specified by each user record in the system UAF. However, there are settings that can affect this value such as the CPU limits for...")
 
(fixed a link)
 
Line 1: Line 1:
A '''CPU time limit for processes''' is specified by each user record in the system [[UAF]]. 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.
+
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.
  
 
{| class="wikitable"
 
{| class="wikitable"

Latest revision as of 19:30, 4 June 2019

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.