From owner-freebsd-hackers Wed Feb 28 15:49:16 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA27550 for hackers-outgoing; Wed, 28 Feb 1996 15:49:16 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA27543 for ; Wed, 28 Feb 1996 15:49:13 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id PAA07077; Wed, 28 Feb 1996 15:47:59 -0800 Message-Id: <199602282347.PAA07077@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: "Jonathan M. Bresler" cc: jgreco@brasil.moneng.mei.com (Joe Greco), hackers@freebsd.org Subject: Re: Latest 2.1R panic. Hmm. In-reply-to: Your message of "Wed, 28 Feb 1996 13:55:47 PST." <199602282155.NAA17206@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 28 Feb 1996 15:47:59 -0800 Sender: owner-hackers@freebsd.org Precedence: bulk >Joe Greco wrote: >> #define MSG_BSIZE (4096 - 3 * sizeof(unsigned int)) >> >> in sys/msgbuf.h. There's my 4083. >> >> Ok. Well. Can I safely bump this up, recompile dmesg and friends, and be >> happy? (yes syslog too, I know) > > i bumped mine to 8k. two weeks ago while hammering on the > anaconda scsi tape drive. no problem (with teh 8k) (report > on anaconda scsi in findal review) Is there a general consensus that wasting one extra page for the message buffer by default is desired? I know I've overrun it myself on many systems, and it's very annoying when it happens. If so, I'll make the change to an 8K buffer a standard part of FreeBSD. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project