From owner-freebsd-hackers Thu Jul 10 00:08:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA11489 for hackers-outgoing; Thu, 10 Jul 1997 00:08:07 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA11460 for ; Thu, 10 Jul 1997 00:08:01 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id QAA27017; Thu, 10 Jul 1997 16:59:26 +1000 Date: Thu, 10 Jul 1997 16:59:26 +1000 From: Bruce Evans Message-Id: <199707100659.QAA27017@godzilla.zeta.org.au> To: hackers@FreeBSD.ORG, mango@staff.communique.net Subject: RE: kern.maxvnodes and systat -v Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Is there a way I can increase the # of Kbytes fro buffers ? The NBUF option gives the number of buffers, and the amount of space for buffers is limited to (nbuf + 8) * 4K (less if buffers run out before buffer space). Bruce