From owner-freebsd-hackers Fri Mar 31 15:36:36 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id PAA11058 for hackers-outgoing; Fri, 31 Mar 1995 15:36:36 -0800 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id PAA11052 for ; Fri, 31 Mar 1995 15:36:34 -0800 Received: from corbin.Root.COM (corbin.Root.COM [198.145.90.18]) by Root.COM (8.6.8/8.6.5) with ESMTP id PAA18244; Fri, 31 Mar 1995 15:36:26 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id PAA00166; Fri, 31 Mar 1995 15:36:26 -0800 Message-Id: <199503312336.PAA00166@corbin.Root.COM> X-Authentication-Warning: corbin.Root.COM: Host localhost didn't use HELO protocol To: Brad Midgley cc: freebsd-hackers@FreeBSD.org Subject: Re: What happened to my include files!@# In-reply-to: Your message of "Fri, 31 Mar 95 16:10:10 MST." From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 31 Mar 1995 15:36:25 -0800 Sender: hackers-owner@FreeBSD.org Precedence: bulk >The one thing which did give me an unpleasant surprise was the necessity >to configure the system with > > options "NMBCLUSTERS=1024" > >even after I'd defined maxusers as 64. It would be very nice to not have >to know an obscure option like this--is there no way NMBCLUSTERS could be >computed from maxusers like some other table sizes are? That's an interesting idea. Hmmm.... >And while I'm on the subject, is it safe for maxusers to be larger than >64? v2.0 gave me a warning when I set it any higher. What does >ftp.cdrom.com run with? It's always been safe to use higher values. I don't know what purpose the warning was supposed to serve (perhaps to protect against crazy people?). >BTW, I'm curious. What does this message mean? > > in-rtqtimo: adjusted rtq_reallyold to 2400 It means that your machine talks to lots of others and the routing table was getting rather large with all the clone routes. The system compensated for this by lowering the timeout for these. It's not uncommon for the timeout to be lowered to as low as 5 minutes on freefall. -DG