DORMANTWAIT

From VSI OpenVMS Wiki
Revision as of 05:31, 9 April 2019 by Darya.zelenina (talk | contribs) (Created page with "'''DORMANTWAIT''' is a dynamic system parameter that specifies, in seconds, the amount of time that can elapse without a significant event before the sy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DORMANTWAIT is a dynamic system parameter that specifies, in seconds, the amount of time that can elapse without a significant event before the system treats a low-priority computable process as a DORMANT process for scheduling purposes. (A low-priority process is a non real-time process whose current priority is equal to or less than the value specified by the system parameter DEFPRI [default=4].) After SUSP (suspended) processes, DORMANT processes are the most likely candidates for memory reclamation by the swapper.

Increasing the value of DORMANTWAIT can increase the interval that a low priority process blocks a high priority process if that low priority process is holding a lock or resource that the higher priority process is waiting for.