Tunable Kernel Parameters

Table Of Contents
Streams Subsystem
Streams Parameter Summary
Chapter 10
58
Streams Parameter Summary
The following configurable kernel parameters are used for managing resources used by
character-mode I/O streams.
See also:
“Overview of Streams Kernel Parameters” on page 59
“How to Specify Configurable Parameter Values” on page 13
STREAMS/UX for the HP 9000 Reference Manual
Streams NSTREVENT Maximum number of outstanding streams bufcalls that
are allowed to exist at any given time on the system. This
number should be equal to or greater than the maximum
bufcalls that can be generated by the combined total
modules pushed onto any given stream, and serves to limit
run-away bufcalls. Manpage: nstrevent (5).
Streams nstrpty System-wide maximum number of streams-based
pseudo-ttys that are allowed on the system. Manpage:
nstrpty (5).
Streams NSTRPUSH Maximum number of streams modules that are allowed to
exist in any single stream at any one time on the system.
This provides a mechanism for preventing a software
defect from attempting to push too many modules onto a
stream, but it is not intended as adequate protection
against malicious use of streams. Manpage: nstrpush (5).
Streams NSTRSCHED Maximum number of streams scheduler daemons that are
allowed to run at any given time on the system. This value
is related to the number of processors installed in the
system. Manpage: nstrsched (5).
Streams STRCTLSZ Maximum number of control bytes allowed in the control
portion of any streams message on the system. Manpage:
strctlsz (5).
Streams streampipes Force all pipes to be streams-based. Manpage: streampipes
(5).
Streams STRMSGSZ Maximum number of bytes that can be placed in the data
portion of any streams message on the system. Manpage:
strmsgsz (5).