From owner-freebsd-current@FreeBSD.ORG Fri May 28 06:08:11 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 766E416A4CE for ; Fri, 28 May 2004 06:08:11 -0700 (PDT) Received: from casselton.net (casselton.net [63.165.140.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D801843D39 for ; Fri, 28 May 2004 06:08:10 -0700 (PDT) (envelope-from tinguely@casselton.net) Received: from casselton.net (localhost [127.0.0.1]) by casselton.net (8.12.9p2/8.12.9) with ESMTP id i4SD6hPK048692; Fri, 28 May 2004 08:06:43 -0500 (CDT) (envelope-from tinguely@casselton.net) Received: (from tinguely@localhost) by casselton.net (8.12.9p2/8.12.9/Submit) id i4SD6h6Z048691; Fri, 28 May 2004 08:06:43 -0500 (CDT) (envelope-from tinguely) Date: Fri, 28 May 2004 08:06:43 -0500 (CDT) From: Mark Tinguely Message-Id: <200405281306.i4SD6h6Z048691@casselton.net> To: devnull@uptsoft.com, freebsd-current@freebsd.org In-Reply-To: <20040528143836.A32534@oasis.uptsoft.com> X-Spam-Status: No, hits=0.9 required=5.0 tests=REPLY_TO_EMPTY autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on ccn.casselton.net X-Mailman-Approved-At: Fri, 28 May 2004 06:09:04 -0700 Subject: Re: crash when bpf is used heavily X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2004 13:08:11 -0000 > > For a machine with 3 GB RAM, this isn't unexpected. Try rebuilding your > > kernel and setting maxusers to 128. > > Did that, the same thing. > > I do not like the fact that userlang app crashes kernel, anyway, > so maxusers thing is not really a solution. > > Any hints why does that happen ? Bug/feature of kernel malloc ? bump up your kernel virtual memory - see the handbook looking for the "KVA" setting. --Mark.