Document the per-arch default value of kern.maxbcache.

This commit is contained in:
Ruslan Ermilov 2007-11-08 11:59:38 +00:00
parent e7d538131d
commit a10b45505a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173440

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd May 8, 2007
.Dd November 8, 2007
.Dt LOADER 8
.Os
.Sh NAME
@ -591,7 +591,8 @@ Modifies kernel option
.It Va kern.maxbcache
Limits the amount of KVM reserved for use by the
buffer cache, specified in bytes.
The default maximum is 200MB.
The default maximum is 200MB on i386,
and 400MB on amd64, sparc64, and sun4v.
This parameter is used to
prevent the buffer cache from eating too much
KVM in large-memory machine configurations.