On Fri, Dec 21, 2001 at 12:51:38PM -0500, Michael Scheidell wrote:
> > My gut reaction tells me that this is either a kernel stack overflow or out
> > of KVM. The kernel stack overflow problem was "fixed" in 4.4-STABLE some
> > time back (change UPAGES from 2 to 3 in the kernel) so that the kernel stack
> > changes from 4.5K to 8.5K.
>
> Ok, 'fixed', thats good, makes me want to try the 4.4 kernel, or could I
> tune 4.3 kernel to a 8.5k stack?
This one is easy - edit /usr/src/sys/i386/include/param.h and change
UPAGES from 2 to 3 (or even 5 if you like). I got Bruce to add an
errata about this...
David.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message