Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Mar 1998 20:31:21 -0800 (PST)
From:      Simon Shapiro <shimon@simon-shapiro.org>
To:        (Donald J. Maddox) <dmaddox@scsn.net>
Cc:        current@FreeBSD.ORG, Evan Champion <evanc@synapse.net>, Matthew Thyer <Matthew.Thyer@dsto.defence.gov.au>, Mike Smith <mike@smith.net.au>
Subject:   Re: silo overflows (Was Re: 3.0-RELEASE?)
Message-ID:  <XFMail.980304203121.shimon@simon-shapiro.org>
In-Reply-To: <19980304221012.62373@scsn.net>

next in thread | previous in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.980304203121.shimon>