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
49
Process Parameter Summary
See also “Process Management” on page 50.
Kernel Threads Parameter Summary
See also “Kernel Threads” on page 50.
ProcessMgmt:
Memory
pa_maxssiz_64bit Maximum size (in bytes) of the stack for a user process
running under the PA-RISC emulator on IPF. Manpage:
pa_maxssiz (5).
ProcessMgmt:
Process
executable_stack Allows or denies program execution on the stack.
Manpage: executable_stack (5).
ProcessMgmt:
Process
maxuprc Maximum number of processes that any single user can
have running at the same time, including login shells, user
interface processes, running programs and child processes,
I/O processes, etc. If a user is using multiple, simultaneous
logins under the same login name (user ID) as is common
in X Window, CDE, or Motif environments, all processes
are combined, even though they may belong to separate
process groups. Processes that detach from their parent
process group, where that is possible, are notcounted after
they detach (line printer spooler jobs, certain specialized
applications, etc.). Manpage: maxuprc (5).
ProcessMgmt:
Process
nproc Defines the maximum number of processes that can be
running simultaneously on the entire system, including
remote execution processes initiated by other systems via
remsh or other networking commands. Manpage: nproc
(5).
ProcessMgmt:
Process
secure_sid_scripts Controls whether setuid and setgid bits on scripts are
honored. Manpage: secure_sid_scripts (5).
ProcessMgmt:
Threads
max_thread_proc Maximum number of threads that any single process can
create and have running at the same time. Manpage:
max_thread_proc (5).
ProcessMgmt:
Threads
nkthread Maximum number of kernel threads allowed on the
system at the same time. Manpage: nkthread (5).