Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   simonb
Date:           Thu Nov 12 07:44:01 UTC 2020

Modified Files:
        src/sys/conf: param.c
        src/sys/kern: init_main.c
        src/sys/sys: param.h

Log Message:
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.69 src/sys/conf/param.c
cvs rdiff -u -r1.532 -r1.533 src/sys/kern/init_main.c
cvs rdiff -u -r1.678 -r1.679 src/sys/sys/param.h

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




Home | Main Index | Thread Index | Old Index