From owner-freebsd-hackers Sun Oct 28 16: 9:34 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from silby.com (cb34181-a.mdsn1.wi.home.com [24.14.173.39]) by hub.freebsd.org (Postfix) with ESMTP id 7C1DB37B405 for ; Sun, 28 Oct 2001 16:09:29 -0800 (PST) Received: (qmail 97276 invoked by uid 1000); 29 Oct 2001 00:09:27 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 29 Oct 2001 00:09:27 -0000 Date: Sun, 28 Oct 2001 18:09:27 -0600 (CST) From: Mike Silbersack To: David Kirchner Cc: Subject: Re: disabling dynamic route addition In-Reply-To: <20011028114328.C35308-100000@localhost> Message-ID: <20011028180749.M96449-100000@achilles.silby.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 28 Oct 2001, David Kirchner wrote: > Hi, > > Is there currently a way (sysctl, patch?) to disable dynamic route > addition? We have a few very busy web servers here, and we're running in > to a bug in FreeBSD 4.2 (which is related to a bug in previous versions of > FreeBSD - the one that's fixed by lowering net.inet.ip.rtexpire to 10 from > 3600) where the dynamic route table grows but never flushes completely. > Here it is just as it hit the buffer space limit, according to vmstat -m: > > Memory statistics by type Type Kern > Type InUse MemUse HighUse Limit Requests Limit Limit Size(s) > routetbl608495 85570K 85570K 85570K 51402924 0 0 > 16,32,64,128,256 > > The sister server (round robin) is pretty high as well: > > routetbl280443 39437K 39443K 85570K 37217727 0 0 > 16,32,64,128,256 > > Also, if this happens again, what additional information could I grab so I > or others could (hopefully) successfully find the bug? Many dynamic route related changes have been made since 4.2, your bug may already be fixed. You should invest time in transitioning to 4.4. Mike "Silby" Silbersack To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message