From owner-freebsd-questions@FreeBSD.ORG Wed Mar 16 03:50:46 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 12C5216A4CE for ; Wed, 16 Mar 2005 03:50:46 +0000 (GMT) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADA2343D58 for ; Wed, 16 Mar 2005 03:50:45 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from BARTON (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) j2G3oZ0V011736; Tue, 15 Mar 2005 22:50:36 -0500 (EST) Date: Wed, 16 Mar 2005 03:59:34 +0000 From: Jason Henson To: kalin mintchev References: <52214.68.165.89.73.1110927742.squirrel@68.165.89.73> In-Reply-To: <52214.68.165.89.73.1110927742.squirrel@68.165.89.73> (from kalin@el.net on Tue Mar 15 18:02:22 2005) X-Mailer: Balsa 2.2.6 Message-Id: <1110945574l.25764l.2l@BARTON> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: freebsd-questions@freebsd.org Subject: Re: kern.ipc.nmbclusters X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Mar 2005 03:50:46 -0000 On 03/15/05 18:02:22, kalin mintchev wrote: >=20 > ok.. to day for a first time ever i saw this in my logs: >=20 > /kernel: All mbuf clusters exhausted >=20 > so i gotta up the kern.ipc.nmbclusters.. >=20 > also what would be a decent nmbclusters to specify in the loader for =20 > a > gig > or ram and 2 gigs of swap? >=20 > how many mbufs per cluster? >=20 > also why is this client stuck in the netstat. how come Send-Q is so > much?: > Did you check top to see if you even use swap? I never use swap with =20 512MB on my desktop. Read man tuning, around byte 32372. Try netstat =20 -m.