From owner-freebsd-questions@FreeBSD.ORG Fri Aug 22 08:44:28 2003 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 9D70816A4C0 for ; Fri, 22 Aug 2003 08:44:28 -0700 (PDT) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.202.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0C3243FE3 for ; Fri, 22 Aug 2003 08:44:27 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (sccrmhc11) with ESMTP id <2003082215152401100t159ke>; Fri, 22 Aug 2003 15:15:24 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h7MFFJMe097173; Fri, 22 Aug 2003 11:15:19 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h7MFFJC7097170; Fri, 22 Aug 2003 11:15:19 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: =?iso-8859-1?q?Andreas_Wider=F8e_Andersen?= References: <5.2.0.9.0.20030820083502.021c6330@mail.pragma.no> From: Lowell Gilbert Date: 22 Aug 2003 11:15:18 -0400 In-Reply-To: <5.2.0.9.0.20030820083502.021c6330@mail.pragma.no> Message-ID: <444r09zptl.fsf@be-well.ilk.org> Lines: 12 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: freebsd-questions@freebsd.org Subject: Re: mbuf clusters exhausted X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Aug 2003 15:44:29 -0000 Andreas Wider=F8e Andersen writes: > What can I do to get rid of these problems? I think you need to pay attention to the messages: > All mbuf clusters exhausted, please see tuning(7). You are hitting very large network buffer usage at some point during the day -- much larger than your average use. You need to allocate more mbufs or figure out why you need so many resources at once. Or, preferably, both.