NSTREVENT

NSTREVENT defines the maximum number of outstanding streams bufcalls that are allowed to exist on the system at any given time.

Acceptable Values:

Minimum
none
Maximum
none
Default
50

Specify integer value. For more information, see Specifying Parameter Values.

Description

This parameter limits the maximum number of outstanding bufcalls that are allowed to exist in a stream at any given time. The number of bufcalls that exist in a given stream is determined by the number and nature of the streams modules that have been pushed into that stream.

This parameter is intended to protect the system against resource overload caused if the combination of modules running in all streams issue an excessive number of bufcalls. The value selected should be equal to or greater than the combined maximum number of bufcalls that can be reasonably expected during normal operation from all streams on the system. This value depends on the behavior and structure of each available streams module as well as the number and combinations of modules that can be pushed onto all streams in the system at any given time.

Additional Information