| United States-English |
|
|
|
![]() |
HP-UX Reference > Mmaxtsiz(5)Tunable Kernel ParametersHP-UX 11i Version 3: February 2007 |
|
NAMEmaxtsiz, maxtsiz_64bit — maximum size (in bytes) of the text segment for any user process DESCRIPTIONUser programs on HP-UX systems are composed of five discrete segments of virtual memory: text (or code), data, stack, shared, and I/O. Each segment occupies an architecturally defined range of the virtual address space which sets the upper limit to their size. However, text, data and stack segments may have a smaller maximum enforced via the maxtsiz, maxdsiz and maxssiz tunables. maxtsiz controls the size of the text segment, which is the read-only executable object code for the process that can be shared by multiple processes executing the same program. For example, all copies of vi on the system use the same text segment. Restrictions on ChangingChanges to this tunable take effect immediately. The size is expected to be a multiple of the base page size. See the description of _SC_PAGE_SIZE in getconf(1) for more details. If the value specified is not a multiple of the base page size, it will be rounded down to the nearest multiple of the base page size. When Should the Value of This Tunable Be Raised?maxtsiz should be raised if user processes are receiving the ENOMEM error with the following message: exec(2): text exceeds maxtsiz or exec(2): text exceeds maxtsiz_64bit WARNINGSAll HP-UX kernel tunable parameters are release specific. This parameter may be removed or have its meaning changed in future releases of HP-UX. Installation of optional kernel software, from HP or other vendors, may cause changes to tunable parameter values. After installation, some tunable parameters may no longer be at the default or recommended values. For information about the effects of installation on tunable values, consult the documentation for the kernel software being installed. For information about optional kernel software that was factory installed on your system, see HP-UX Release Notes at http://docs.hp.com. |
||||||||||||||||||||||||||||
|
|||||||||||||||