Module Name: src Committed By: martin Date: Sat Nov 14 15:36:11 UTC 2020
Modified Files: src/sys/conf [netbsd-9]: param.c src/sys/kern [netbsd-9]: init_main.c src/sys/sys [netbsd-9]: param.h Log Message: Pull up following revision(s) (requested by fair in ticket #1130): sys/sys/param.h: revision 1.679 sys/conf/param.c: revision 1.69 sys/kern/init_main.c: revision 1.533 Set a better default for MAXFILES on larger RAM machines if not otherwise specified the kernel config file. Arbitary numbers are 20,000 files for 16GB RAM or more and 10,000 files for 1GB RAM or more. TODO: Adjust this and other values totally dynamically. To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.68.4.1 src/sys/conf/param.c cvs rdiff -u -r1.504 -r1.504.2.1 src/sys/kern/init_main.c cvs rdiff -u -r1.599.2.8 -r1.599.2.9 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.