From owner-freebsd-questions Tue Apr 22 17:26:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA19738 for questions-outgoing; Tue, 22 Apr 1997 17:26:30 -0700 (PDT) Received: from n5uh.tech.uh.edu (brad@N5UH.Tech.UH.EDU [129.7.17.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA19732 for ; Tue, 22 Apr 1997 17:26:27 -0700 (PDT) Received: from localhost (brad@localhost) by n5uh.tech.uh.edu (8.8.5/8.7.3) with SMTP id TAA06309 for ; Tue, 22 Apr 1997 19:32:29 -0500 Date: Tue, 22 Apr 1997 19:32:28 -0500 (CDT) From: Brad Killebrew To: freebsd-questions@FreeBSD.ORG Subject: Question. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk excerpt from FAQ: 7.7. FreeBSD 2.0 panics with ``kmem_map too small!'' Note The message may also be ``mb_map too small!'' The panic indicates that the system ran out of virtual memory for network buffers (specifically, mbuf clusters). You can increase the amount of VM available for mbuf clusters by adding: options "NMBCLUSTERS=" Question: Does the above kernel config option work with 2.1.7? If not, what's the equivelant configuration option for 2.1.7? I need to increase mbufs. (I run irc.phoenix.net on EFnet and regularly have more than 1500 clients connected to the server daemon) Also, I get a warning that maxusers is set higher than 64. Is it ok if it's set at 300 or 500 ? thanks. -- Brad Killebrew brad@uh.edu The only thing more frightening than a programmer with a screwdriver or a hardware engineer with a program is a user with a pair of wire cutters and the root password.