From owner-freebsd-current Mon Jun 26 19:02:33 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id TAA01279 for current-outgoing; Mon, 26 Jun 1995 19:02:33 -0700 Received: from haven.uniserve.com (haven.uniserve.com [198.53.215.121]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id TAA01266 for ; Mon, 26 Jun 1995 19:02:22 -0700 Received: by haven.uniserve.com id <30747>; Mon, 26 Jun 1995 19:02:51 +0100 Date: Mon, 26 Jun 1995 19:02:44 -0700 (PDT) From: Tom Samplonius To: John Capo cc: freebsd-current Subject: Re: mb_map full with GATEWAY and maxusers 64! In-Reply-To: <199506261935.PAA12035@irbs.irbs.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: current-owner@FreeBSD.org Precedence: bulk On Mon, 26 Jun 1995, John Capo wrote: > I agree with Tom here. But, it seems to me that there is an > underlying problem of some sort. Why do I have to allow for 4Megs > of mbuf clusters to service some unknown transient event. Once > this memory is in the mbuf map, its there forever. Running out mbufs doesn't kill your system. It just means that you drop a few packets. Only if it happens continuously is it a problem Tom