TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-160
RUN[D|V] Command
To run a program file with a user library, you must have write access to the
program file; the library file name is written into the object-file header of the
program at run time.
To run the program again with the same library, you can omit the LIB
parameter. To run the program again with no library (or with a different library),
include LIB (or LIB file-name).
MAXMAINSTACKSIZE number-of-bytes
where number-of-bytes specifies the maximum size, in bytes, of the
process main stack. The value provided is rounded up by operating-system
procedures to a page size boundary that is appropriate for the processor. The
specified size cannot exceed 32 megabytes (MB). The default value of 0D
indicates that the main stack can grow to 1MB. For most processes, the default
value is adequate.
MAXNATIVEHEAPSIZE number-of-bytes
where number-of-bytes specifies the maximum size, in bytes, of the
process heap. This parameter is valid only for “native” processes (that is,
processes that execute RISC code without interpretation or emulation).
The sum of the size of the heap and the size of global data cannot exceed 384
megabytes (MB). The default value of 0D indicates that the heap can grow to
the default value of 16 megabytes (MB). The initial heap size of a process is
zero bytes. For most processes, the default value is adequate.
MEM num-pages
is the maximum number of virtual data pages to be allocated for the new
process. Specify num-pages as an integer in the range 1 through 64. If you
omit this option, or if num-pages is less than the compilation-time value, the
compilation-time value is used instead.
NAME [ $process-name ]
is the name you are assigning to the new process. Specify $process-name
as an alphanumeric string of one to five characters (not including the dollar
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.
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.