In article <[EMAIL PROTECTED]>,
"Kissell, Robert" <[EMAIL PROTECTED]> writes:
> Is there anything out there that assists in modifying kernel parameters? I
> know that there is no usual mtune or stune files in Linux. I would like
> something so that I don't mutilate my kernel (which i've done often enough).
> Mainly, I am looking at the streams parameters. Thanks.
Good luck then. Linux has no STREAMS. For run time tunable parameters
check the /proc/sys hierarchy. Other parameters are spread all over
the kernel include files and source code, sorry. Generally Linux works
more dynamic than most other Unixes, for example the network buffer
management is completely unified with the rest of the kernel memory so
there is no need to tune here (other than to add enough RAM of course).
-Andi