From owner-freebsd-questions Tue Mar 19 06:50:32 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA05127 for questions-outgoing; Tue, 19 Mar 1996 06:50:32 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA05121 for ; Tue, 19 Mar 1996 06:50:30 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id GAA04499; Tue, 19 Mar 1996 06:50:55 -0800 Message-Id: <199603191450.GAA04499@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: Stephen Hovey cc: freebsd-questions@freebsd.org Subject: Re: How to up mbufs In-reply-to: Your message of "Tue, 19 Mar 1996 07:22:26 EST." From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 19 Mar 1996 06:50:54 -0800 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >How to I increase the number of mbufs in 2.1R? If you mean mbuf clusters, you do this by adding: options "NMBCLUSTERS=2048" or some other suitable value to your kernel config file. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project