On Thu, 18 Apr 2002, Jan Grant wrote:
...
> Sorry if this is a newbie question:
>
> I'm looking to tune (amongst others) kern.ipc.semmni; looking at the
> code (sys/kern/sysv_sem.c) the value seems pretty hardwired - proof
> against anything short of a kernel rebuild.
Take a closer look.
Esp. in seminit() starting at line 162 ( -current ).
You'll see a bunch of TUNABLE_INT_FETCH(...).
These are tunable during loader(8) time.

Bye!
----
Michael Reifenberger
^.*Plaut.*$, IT, R/3 Basis, GPS


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to