Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Tuning STEAMS params in Solaris 2.4

0 views
Skip to first unread message

Ram Chandran

unread,
Mar 21, 1996, 3:00:00 AM3/21/96
to chan...@netscape.com
Hi,

I need some help in changing some of the kernal parameters
pertaining to STREAMS in Solaris 2.4.

--------------------------- cut----------------------------------
# netstat -m
streams allocation:
cumulative allocation
current maximum total failures
streams 256 325 55747 0
queues 727 864 143443 0
msg 349 2419 25279317 1
linkblk 10 169 22 0
strevent 8 169 135 0
syncq 18 56 91 0
qband 0 127 26 0

250 Kbytes allocated for streams data
--------------------------- cut----------------------------------

I would like to change the streams/queues/msg max count but I
don't
know how to indicate that in /etc/system.

Thanks,

Ram
--
=============================================================
Ram Chandran chan...@netscape.com
501 East Middlefield Road,
Mountain View, CA 94043.
(415) 528 2670
=============================================================

Casper H.S. Dik

unread,
Mar 22, 1996, 3:00:00 AM3/22/96
to
Ram Chandran <chan...@mcom.com> writes:

># netstat -m
>streams allocation:
> cumulative allocation
> current maximum total failures
>streams 256 325 55747 0
>queues 727 864 143443 0
>msg 349 2419 25279317 1
>linkblk 10 169 22 0
>strevent 8 169 135 0
>syncq 18 56 91 0
>qband 0 127 26 0
>
>250 Kbytes allocated for streams data
>

>I would like to change the streams/queues/msg max count but I
>don't
>know how to indicate that in /etc/system.

>Thanks,


The "max" " values are not the maximum number allowable, they're the maximum
number allocated at one point in time.

The max number will grow if demand is higher, as long as there is
memory available to your kernel. Allocation failures will only happen
if a block is allocated with KMEM_NOSLEEP *and* freemem is too low
to satisfy the request.

Casper
--
Casper Dik - Sun Microsystems - via my guest account at the University
of Amsterdam. My work e-mail address is: Caspe...@Holland.Sun.COM
Statements on Sun products included here are not gospel and may
be fiction rather than truth.

0 new messages