cvs commit: src/sys/kern vfs_subr.c
Alan Cox
alc at cs.rice.edu
Mon Aug 2 16:31:55 PDT 2004
On Mon, Aug 02, 2004 at 09:52:43PM +0000, David E. O'Brien wrote:
> obrien 2004-08-02 21:52:43 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/kern vfs_subr.c
> Log:
> Put a cap on the auto-tuning of kern.maxvnodes.
>
> Cap value chosen by: scottl
>
> Revision Changes Path
> 1.518 +8 -0 src/sys/kern/vfs_subr.c
I would also recommend increasing VM_KMEM_SIZE_MAX on i386. (Changes
in our memory allocators have moved some items from the kernel_map
to the kmem_map, increasing kmem_map pressure.)
Alan
More information about the cvs-src
mailing list