From owner-freebsd-questions@FreeBSD.ORG Wed Jul 30 13:50:29 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 9200537B482 for ; Wed, 30 Jul 2003 13:50:29 -0700 (PDT) Received: from smtp3.libero.it (smtp3.libero.it [193.70.192.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id B250043FA3 for ; Wed, 30 Jul 2003 13:50:28 -0700 (PDT) (envelope-from ml.ventu@flashnet.it) Received: from soth.ventu (151.38.127.191) by smtp3.libero.it (7.0.012) id 3EE735C600F1AB88 for freebsd-questions@freebsd.org; Wed, 30 Jul 2003 22:50:27 +0200 Received: from mailer (xanatar.ventu [10.1.2.6]) by soth.ventu (8.12.6p2/8.12.6) with SMTP id h6UKoPF3039965 for ; Wed, 30 Jul 2003 22:50:26 +0200 (CEST) (envelope-from ml.ventu@flashnet.it) Message-Id: <200307302050.h6UKoPF3039965@soth.ventu> To: freebsd-questions@freebsd.org Priority: Normal X-Mailer: Post Road Mailer for OS/2 (Green Edition Ver 3.0) Date: Wed, 30 Jul 2003 22:50:26 EST From: Andrea Venturoli X-Scanned-By: MIMEDefang 2.35 Subject: Re: Crash with bpf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andrea Venturoli List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 20:50:29 -0000 ** Reply to note from Lowell Gilbert 30 Jul 2003 15:24:53 -0400 > You're probably right Then I'll try the upgrade and see what happens. > although that is a very small number of mbufs. In fact, I happened to think that to. > Are you deliberately setting it low? No. > Maybe by specifying "maxusers" in your kernel config? I have maxusers 0, which should mean "auto", shouldn't it? In fact on another machine I manage I have: 91/528/18304 mbufs in use (current/peak/max): 90 mbufs allocated to data 1 mbufs allocated to packet headers 64/216/4576 mbuf clusters in use (current/peak/max) 564 Kbytes allocated to network (4% of mb_map in use) 0 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines but here I've got four times the amount of RAM (0.5GB vs. 128MB). bye & Thanks av.