From owner-freebsd-questions Tue Sep 17 09:29:29 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA20970 for questions-outgoing; Tue, 17 Sep 1996 09:29:29 -0700 (PDT) Received: from gage.com (auth.gage.com [205.217.2.4]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id JAA20965 for ; Tue, 17 Sep 1996 09:29:25 -0700 (PDT) Received: from octopus by gage.com (NX5.67d/NX4.2M) id AA02172; Tue, 17 Sep 96 11:28:56 -0500 Received: from squid by octopus.gage.com (NX5.67e/NX3.0S) id AA13927; Tue, 17 Sep 96 11:25:12 -0500 Received: from insomnia by squid.gage.com (NX5.67e/NX3.0S) id AA08011; Tue, 17 Sep 96 11:30:11 -0500 Message-Id: <9609171630.AA08011@squid.gage.com> Received: by insomnia.gage.com (NX5.67g/NX3.0X) id AA01404; Tue, 17 Sep 96 11:30:25 -0500 Content-Type: text/plain Mime-Version: 1.0 (NeXT Mail 4.0 v146.2) In-Reply-To: <199609171557.RAA09223@allegro.lemis.de> X-Nextstep-Mailer: Mail 3.3 (Enhance 1.3) Received: by NeXT.Mailer (1.146.2) From: Ben Black Date: Tue, 17 Sep 96 11:30:24 -0500 To: grog@lemis.de (Greg Lehey) Subject: Re: Slow Etherlink Cc: questions@freebsd.org (FreeBSD Questions) References: <199609171557.RAA09223@allegro.lemis.de> Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > 16MB is not nearly enough for a solaris 2.5 machine. > > To be fair, that should depend on what you're doing. But yes, it's > not normally enough. Now, on the other hand, I'm compiling gcc on it, > normally an operation which needs a lot of memory, and it's not doing > too badly (except that it rebooted on me without saying why). > phantom reboots don't generally indicate a happy systems, but ok. you might try changing some of the kernel tcp parameters like this: ndd -set /dev/tcp tcp_xmit_hiwat 65535 ndd -set /dev/tcp tcp_recv_hiwat 65535 ndd -set /dev/tcp tcp_cwnd_max 65534 run these as root, of course. b3n