NET/MASTER Management Services (MS) Command Reference Manual

LBANNER
SYSPARMS LOCKMAX
NonStop NET/MASTER MS Commands
2–486 115412 Tandem Computers Incorporated
LOCKMAX
LOCKMAX=
maximum-lock-requests
specifies the maximum number of concurrent lock requests that can be active. A
lock is a logical resource established by an NCL process using the LOCK verb.
Locks are used by cooperating NCL processes to control access to resources.
The default value is 128 concurrent active lock requests. You can specify a value
from 0 through 32767. Specifying a value of 0 implies an unlimited number of
locks. If you specify 0, NCL restricts you to the maximum number of locks, that is,
32767.
Example
The following example specifies that a maximum number of 64 concurrent lock
requests can be active:
SYSPARMS LOCKMAX=64