NET/MASTER Management Services (MS) Command Reference Manual
LBANNER
SYSPARMS NCLMAXK
NonStop NET/MASTER MS Commands
2–498 115412 Tandem Computers Incorporated
NCLMAXK
NCLMAXK=
maximum-ncl-storage
specifies the amount of virtual storage (in kilobytes) that can be allocated to NCL
processing at any time. The default value is 0. You can specify a value from 100
through 9999. Specifying a value of 0 indicates that there is no limit on the amount
of virtual storage.
Consideration
This system parameter does not restrict the amount of storage used for NCL variables.
Preloaded NCL procedures use the storage constrained by this system parameter.
Using many preloaded NCL procedures affects the amount of storage allocated to
other NCL processes.
Example
The following example sets the amount of virtual storage to 9999 kilobytes:
SYSPARMS NCLMAXK=9999