Date: Fri, 19 Apr 2002 00:27:32 +0200 (CEST) From: Michael Reifenberger <root@nihil.plaut.de> To: Jan Grant <Jan.Grant@bristol.ac.uk> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Looking for pointers: loader, sysctl, kern.ipc.semmni &co. Message-ID: <20020419002206.I597-100000@nihil> In-Reply-To: <Pine.GSO.4.44.0204181324560.25709-100000@mail.ilrt.bris.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020419002206.I597-100000>