From owner-freebsd-questions Sat Nov 15 23:57:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA25883 for questions-outgoing; Sat, 15 Nov 1997 23:57:17 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA25872 for ; Sat, 15 Nov 1997 23:57:12 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id AAA12641; Sun, 16 Nov 1997 00:00:06 -0800 (PST) Message-Id: <199711160800.AAA12641@implode.root.com> To: Jeong Seong Won cc: freebsd-questions@FreeBSD.ORG Subject: Re: Network connection often stops. Why ? In-reply-to: Your message of "Sun, 16 Nov 1997 01:02:36 +0900." <346DC79C.41C67EA6@woman.kitel.co.kr> From: David Greenman Reply-To: dg@root.com Date: Sun, 16 Nov 1997 00:00:06 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >In my company. About twenty of 686 FreeBSD 2.2.1 Machine is connected > via FastEthernet.(Intel EtherExpress) > Hub is SMC tigerstack.(not a switching) > Problem occurs in the same way when I used SMC 9332BDT. > Network options MAXMEM=262144 > Concurrent User is aboue 230 per machine. > > Problem is that suddenly telnet session stop. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > When this happens, all key stokes is not effective, and at last > conection is closed. > > vnode, file table, mbuf, somaxconn is sufficient. > > kernel configuration is > >.... > >options MAXMEM=262144 >maxusers 250 >options NMBCLUSTERS=8192 >options CHILD_MAX=3500 >options "FD_SETSIZE=2048" > >..... I just replied to your message in the NetBSD list as well. I think the problem is that you are running out of mbuf clusters (even though you have the setting really high already). Can you monitor that with "netstat -m" and make sure that the second figure in the ratio of mbuf clusters in use is never more than 6000? -DG David Greenman Core-team/Principal Architect, The FreeBSD Project