freebsd-dev/sys/i386/conf
Peter Wemm 114a8cff43 Add an option "EXTRA_VNODES" to cause an extra number of vnode structures
to be allocated at boot time.  This is an expensive option, as they
consume physical ram and are not pageable etc.  In certain situations,
this kind of option is quite useful, especially for news servers that
access a large number of directories at random and torture the name cache.
Defining 5000 or 10000 extra vnodes should cut down the amount of vnode
recycling somewhat, which should allow better name and directory caching
etc.

This is a "your mileage may vary" option, with no real indication of
what works best for your machine except trial and error.  Too many will
cost you ram that you could otherwise use for disk buffers etc.

This is based on something John Dyson mentioned to me a while ago.
1996-05-31 00:20:34 +00:00
..
devices.i386 First part of importing the Japanese `od' driver. 1995-08-19 15:59:35 +00:00
files.i386 Add stl and stli drivers for the Stallion cards. 1996-05-04 08:41:28 +00:00
GENERIC Added commented out PCCARD entries to GENERIC, also document and add 1996-05-13 04:29:14 +00:00
LINT Add an option "EXTRA_VNODES" to cause an extra number of vnode structures 1996-05-31 00:20:34 +00:00
majors.i386 Distinguish the classes of stallion boards (intelligent vs. "smart" cd1400) 1996-05-04 08:40:13 +00:00
Makefile.i386 `mv'' -> `mv -f'' 1996-05-07 23:19:49 +00:00
NOTES Add an option "EXTRA_VNODES" to cause an extra number of vnode structures 1996-05-31 00:20:34 +00:00
options.i386 Hide options for emulators and static file systems in opt_dontuse.h. 1996-05-11 04:39:53 +00:00