Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 1997 16:59:26 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        hackers@FreeBSD.ORG, mango@staff.communique.net
Subject:   RE: kern.maxvnodes and systat -v
Message-ID:  <199707100659.QAA27017@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707100659.QAA27017>