Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 07/06/2000 02:51:56
Module Name:	syssrc
Committed By:	jdolecek
Date:		Thu Jul  6 09:51:56 UTC 2000

Modified Files:
	syssrc/sys/kern: init_main.c
	syssrc/sys/sys: param.h

Log Message:
adjust maximum number of vnodes in vnode cache according
to machine memory size upon boot if the number has not been specified
explicitly in kernel config - at this moment, 0.5% of system
memory is used for vnodes (but minimum NVNODE vnodes)


To generate a diff of this commit:
cvs rdiff -r1.174 -r1.175 syssrc/sys/kern/init_main.c
cvs rdiff -r1.101 -r1.102 syssrc/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.