TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-158
RUN[D|V] Command
For non-native processes running with D42 or later software RVU, omitting this
option causes the Kernel-Managed Swap Facility (KMSF) to allocate swap
space for the default extended data segment of the process. For more
information about the KMSF facility, refer to the Kernel-Managed Swap Facility
(KMSF) Manual.
For native processes running with D42 or later software RVUs, the specified
file-name is ignored because these processes do not need an extended swap
file.
If you omit this option, the extended swap file is created on the volume
specified by the SWAP volume in the =_DEFAULTS DEFINE. If there is no
SWAP volume in the =_DEFAULTS DEFINE, the operating system chooses a
volume for the extended swap file.
GUARANTEEDSWAPSPACE number-of-bytes
where number-of-bytes specifies the size, in bytes, of the space that the
process reserves with the Kernel-Managed Swap Facility for swapping. For
more information on this facility, refer to the Kernel-Managed Swap Facility
(KMSF) Manual. The value provided is rounded up by operating-system
procedures to a page size boundary that is appropriate for the processor. For
more information, see the description of the Z^SPACE^GUARANTEE
parameter of the PROCESS_LAUNCH_ procedure in the Guardian Procedure
Calls Reference Manual.
HIGHPIN { ON | OFF }
specifies the desired PIN range for a new process.
ON
specifies that a process will run at a high PIN if the HIGHPIN bit is enabled
in the object file (and in the library file, if any) and if a high PIN is available.
OFF
specifies that the process runs at a low PIN, regardless of any other
considerations.
The default value for HIGHPIN depends on the values of the Binder
HIGHPIN option and the HIGHPIN variable. If you start a TACL process with
HIGHPIN OFF, any processes started by the TACL process run at a low PIN
by default.
Note. This option is available when the default configuration settings of the TACL
process are changed. To change the settings, set the TACL configuration parameter
CONFIGRUN to PROCESSLAUNCH. For more information, see the
#SETCONFIGURATION option, CONFIGRUN [ PROCESSCREATE |
PROCESSLAUNCH ] on page 9-350.