From owner-freebsd-questions Thu Mar 7 15:23:17 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07001 for questions-outgoing; Thu, 7 Mar 1996 15:23:17 -0800 (PST) Received: from schizo.cdsnet.net (schizo.cdsnet.net [204.118.244.32]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA06985 for ; Thu, 7 Mar 1996 15:23:14 -0800 (PST) Received: (from mrcpu@localhost) by schizo.cdsnet.net (8.6.12/8.6.12) id PAA08460; Thu, 7 Mar 1996 15:24:55 -0800 Date: Thu, 7 Mar 1996 15:24:55 -0800 (PST) From: Jaye Mathisen To: "Garrett A. Wollman" cc: Craig Shrimpton , questions@FreeBSD.ORG Subject: Re: Can someone tell me what this kernel message means? In-Reply-To: <9603071836.AA06351@halloran-eldar.lcs.mit.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG Precedence: bulk > It is a number that starts at .75*(3600 s) and goes down by 25% every > ten minutes until there are either less than 128 unreferenced entries > in the per-host cache, or the value gets down to 10 s. You need to > think about how many different systems regularly start TCP connections > to your machine and what sort of performance-memory tradeoff you want > to make, and adjust these MIB variables accordingly: > > net.inet.ip.rtexpire: 3600 > net.inet.ip.rtminexpire: 10 > net.inet.ip.rtmaxcache: 128 Hmmm. Well, I appreciate having the MIB variables, but what are the tradeoffs memory wise? How do these variables play in a very dynamic IP shop vs. a single machine? What kind of settings should be on a popular nameserver/webserver vs a single user box? I'm just curious, because I get these messages all the time on my mail, www, and name servers, and don't know if it's really bad or good, or whether it would help if some of these were changed.