Tunable Kernel Parameters
Table Of Contents
- Tunable Kernel Parameters
- Legal Notices
- Revision History
- Conventions
- 1 Overview
- 2 Accounting Subsystem
- 3 Asynchronous I/O Subsystem
- 4 File System Subsystem
- 5 Interprocess Communication (IPC) Subsystem
- 6 Kernel Crash Dump Subsystem
- 7 Memory Paging Subsystem
- 8 Process Management Subsystem
- 9 Spinlock Pool
- 10 Streams Subsystem
- 11 Miscellaneous Parameters
- Miscellaneous Parameter Summary
- CD-ROM Parameter Summary
- System Clock Parameter Summary
- Disk I/O Parameter Summary
- Intrusion Detection System/9000
- Fast Symbolic Link Traversal Parameter Summary
- Reserved System Memory Parameter Summary
- Network Parameter Summary
- Queued Signals Parameter Summary
- Real-Time Priority Parameter Summary
- Terminal Parameter Summary
- Maximum Users Parameter Summary
- Web Server Parameter Summary
- Miscellaneous Parameter Summary
- A Table of Tunable Kernel Parameters

Process Management Subsystem
Process Management Parameter Summary
Chapter 8
48
Process Management Parameter Summary
See also “How to Specify Configurable Parameter Values” on page 13.
Timesharing Parameter Summary
See also “CPU Timesharing Management” on page 50.
Memory Space Parameter Summary
See also “Memory Allocation Management” on page 51.
ProcessMgmt:
CPU
timeslice Maximum time a process can use the CPU until it is made
available to the next process having the same process
execution priority. This feature also prevents runaway
processes from causing system lock-up. Manpage: timeslice
(5).
ProcessMgmt:
Memory
maxdsiz Maximum process data storage segment space that can be
used for statics and strings, as well as dynamic data space
allocated by sbrk() and malloc() (32-bit processes).
Manpage: maxdsiz (5).
ProcessMgmt:
Memory
maxdsiz_64bit Maximum process data storage segment space that can be
used for statics and strings, as well as dynamic data space
allocated by sbrk() and malloc() (64-bit processes).
Manpage: maxdsiz (5).
ProcessMgmt:
Memory
maxrsessiz Maximum size (in bytes) of the RSE stack for any user
process on the IPF platform. Manpage: maxrsessiz (5).
ProcessMgmt:
Memory
maxrsessiz_64bit Maximum size (in bytes) of the RSE stack for any user
process on the IPF platform. Manpage: maxrsessiz (5).
ProcessMgmt:
Memory
maxssiz Maximum dynamic storage segment (DSS) space used for
stack space (32-bit processes). Manpage: maxssiz (5).
ProcessMgmt:
Memory
maxssiz_64bit Maximum dynamic storage segment (DSS) space used for
stack space (64-bit processes). Manpage: maxssiz (5).
ProcessMgmt:
Memory
maxtsiz Maximum allowable process text segment size, used by
unchanging executable-code (32-bit processes). Manpage:
maxtsiz (5).
ProcessMgmt:
Memory
maxtsiz_64bit Maximum allowable process text segment size, used by
unchanging executable-code (64-bit processes). Manpage:
maxtsiz (5).
ProcessMgmt:
Memory
pa_maxssiz_32bit Maximum size (in bytes) of the stack for a user process
running under the PA-RISC emulator on IPF. Manpage:
pa_maxssiz (5).