From owner-freebsd-stable Mon Oct 8 11:58:42 2001 Delivered-To: freebsd-stable@freebsd.org Received: from proxy.centtech.com (moat.centtech.com [206.196.95.10]) by hub.freebsd.org (Postfix) with ESMTP id DB2CD37B406; Mon, 8 Oct 2001 11:58:31 -0700 (PDT) Received: from sprint.centtech.com (sprint.centtech.com [10.177.173.31]) by proxy.centtech.com (8.11.6/8.11.6) with ESMTP id f98IwU418769; Mon, 8 Oct 2001 13:58:30 -0500 (CDT) Received: from centtech.com (proton [10.177.173.77]) by sprint.centtech.com (8.9.3+Sun/8.9.3) with ESMTP id NAA15440; Mon, 8 Oct 2001 13:58:29 -0500 (CDT) Message-ID: <3BC1F71B.89BF3C66@centtech.com> Date: Mon, 08 Oct 2001 13:57:31 -0500 From: Eric Anderson Reply-To: anderson@centtech.com Organization: Centaur Technology X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: tlambert2@mindspring.com Cc: Danny Braniss , freebsd-hackers@freebsd.org, stable@freebsd.org Subject: Re: strange network performace References: <3BC1B2D2.E42F3704@centtech.com> <3BC1EEBF.3FB5B52F@mindspring.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thanks for the great help on this. It's hard to find any really good data on tweaking these kinds of things, to I mess with things (and go off suggestions from others) until I see benefits, and test from there. I haven't hit any problems from them yet, but I'm sure they are on their way. On this topic, I'm curious if you (or anyone for that matter) have any good FreeBSD tweaks to make NFS serving as good as it can be. Also, I actually do set the boot time sysctl's at boot time, I just neglected to mention that here :(. Thanks again! Eric Terry Lambert wrote: > > Eric Anderson wrote: > > > > Oh, well, I thought you said "10mb/s", not "10MB/s" .. that makes > > it a bit different. I wonder if it could still be a tcp window > > size or something.. Try these sysctl's on C: > > vfs.nfs.gatherdelay=0 > > vfs.nfs.async=1 > > vfs.vmiodirenable=1 > > Alfred stated that he had seen some strangeness with this. > > > kern.ipc.maxsockbuf=2097152 > > kern.ipc.somaxconn=8192 > > This won't work, unless it's done at boot time, since that's > where the zone sizes are initialized (should be read-only). > > > kern.ipc.maxsockets=16424 > > Also boot time (should be read-only) -- note that these > things are strange, as the UDP and TCP allocations don't > occur from the same space, so there are some which size > per-protocol structures, while others size per-system > structures. The distinction between global vs. protocol > specific isn't really clearly documented. > > > kern.maxfiles=65536 > > Also boot time (should be read-only). > > > kern.maxfilesperproc=32768 > > Just a soft limit -- can be done any time. > > > net.inet.tcp.rfc1323=1 > > net.inet.tcp.delayed_ack=0 > > net.inet.tcp.sendspace=65535 > > net.inet.tcp.recvspace=65535 > > net.inet.udp.recvspace=65535 > > Cranking up the space and the connections simultaneously will > make you need more than 2G of memory, max, for the sockets > for the window data, should the windows be full. Be very > careful, since it's possible to run out of memory and crash > the box doing this... for it to work, you'd need to have 4G > of RAM, and set the KVA space up to 3G (from the default of > 1G). THere are some bugs in /sys/i386/machdep.c as regards > overallocation with an alomost full memory map (mostly swap > related stuff for page tables that will no longer fit in the > address space, along with everything else). > > This is a good suggestion, but is fraught with peril, if the > system networking load goes very high (e.g. DDOS or other > attack). > > > net.inet.udp.maxdgram=57344 > > Probably no change for his application. > > > net.local.stream.recvspace=65535 > > net.local.stream.sendspace=65535 > > No change (UNIX domain sockets only). > > The other suggestions are good. > > -- Terry -- ------------------------------------------------------------- Eric Anderson anderson@centtech.com Centaur Technology # rm -rf /bin/laden ------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message