Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Apr 1996 18:33:36 -0700
From:      David Greenman <davidg@Root.COM>
To:        Network Coordinator <nc@ai.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Automatic Reboots and Locking up. 
Message-ID:  <199604160133.SAA01135@Root.COM>
In-Reply-To: Your message of "Mon, 15 Apr 1996 19:41:37 EDT." <Pine.BSF.3.91.960415193817.12558A-100000@aries.ai.net> 

next in thread | previous in thread | raw e-mail | index | archive | help
>I have an AMD 5x86 133 MB w/ 24MB of RAM and an IDE controller in it. It 
>has a 3Com 3C509 ether card in it. When it is up and running, it pulls 
>over 100,000 hits/hr in WWW traffic. Because of the traffic I have it set 
>to reboot pretty regularly [every 6 hrs] because if I let it run longer 
>than that it freezes up [dead to the world about 20 hrs after boot up]. 

   This sounds like you are running out of mbuf clusters. Watch the amount in-
use closely with netstat -m. On a busy WWW server, you should add:

options "NMBCLUSTERS=4096"

   ...to your kernel config file to avoid running out of them. The default
calculation is based on maxusers and is intended for general purpose use of
which a WWW server is not.

>It is running 2.2-032396 SNAP. It sits next to a machine virtually like 
>it that is running 2.0.5 that has no problems of the kind whatsoever. 
>
>Any ideas? If not, anyone know where I can get 2.0.5 off the net to 
>install on this thing? 

   You really should be running 2.1-stable on this machine. -current is for
developers and is known to be unstable.

-DG

David Greenman
Core-team/Principal Architect, The FreeBSD Project



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