]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make the maximum number of vnodes a function of both the physical memory
authoralc <alc@FreeBSD.org>
Fri, 23 May 2003 19:54:02 +0000 (19:54 +0000)
committeralc <alc@FreeBSD.org>
Fri, 23 May 2003 19:54:02 +0000 (19:54 +0000)
commit53638c7027cec977f4b8b80b0c575119b1a1af75
tree56f394df47cc45b1b10033871b27033c2d57128f
parent3a5ee925b1f041a25eb7425baa290b7c06304ebf
Make the maximum number of vnodes a function of both the physical memory
size and the kernel's heap size, specifically, vm_kmem_size.  This
function allows a maximum of 40% of the vm_kmem_size to be used for
vnodes and vm objects.  This is a conservative bound based upon recent
problem reports.  (In other words, a slight increase in this percentage
may be safe.)

Finally, machines with less than ~3GB of RAM should be unaffected
by this change, i.e., the maximum number of vnodes should remain
the same.  If necessary, machines with 3GB or more of RAM can increase
the maximum number of vnodes by increasing vm_kmem_size.

Desired by: scottl
Tested by: jake
Approved by: re (rwatson,scottl)
sys/kern/vfs_subr.c