From owner-freebsd-current Wed Mar 4 20:24:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA23607 for freebsd-current-outgoing; Wed, 4 Mar 1998 20:24:43 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from sendero.simon-shapiro.org (sendero-fxp0.Simon-Shapiro.ORG [206.190.148.34]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id UAA23556 for ; Wed, 4 Mar 1998 20:24:38 -0800 (PST) (envelope-from shimon@sendero-fxp0.simon-shapiro.org) Received: (qmail 19407 invoked by uid 1000); 5 Mar 1998 04:31:21 -0000 Message-ID: X-Mailer: XFMail 1.3-alpha-021598 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19980304221012.62373@scsn.net> Date: Wed, 04 Mar 1998 20:31:21 -0800 (PST) Reply-To: shimon@simon-shapiro.org Organization: The Simon Shapiro Foundation From: Simon Shapiro To: (Donald J. Maddox) Subject: Re: silo overflows (Was Re: 3.0-RELEASE?) Cc: current@FreeBSD.ORG, Evan Champion , Matthew Thyer , Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 05-Mar-98 Donald J. Maddox wrote: ... > Try the modifications noted in the included info. I > no longer get any kind of sio messages. This is called ``the rubberband solution'' It may actually work :-) > Index: sio.c > =================================================================== > RCS file: /local/home/ncvs/src/sys/i386/isa/sio.c,v > retrieving revision 1.194 > diff -r1.194 sio.c > 117a118 >> /* > 119a121,123 >> */ >> #define RB_I_HIGH_WATER (TTYHOG / 2) >> #define RS_IBUFSIZE (TTYHOG / 4) I have in the file: #define LOTS_OF_EVENTS 64 /* helps separate urgent events from in #define RB_I_HIGH_WATER (TTYHOG - 2 * RS_IBUFSIZE) #define RS_IBUFSIZE 256 Which way should I go about it? > > > Add this to your system conf: > > options "MSIZE=256" > options "TTYHOG=4096" I did. Thanx! ---------- Sincerely Yours, Simon Shapiro Shimon@Simon-Shapiro.ORG Voice: 503.799.2313 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message