Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: jonathan
Date: Fri Oct 23 19:37:32 UTC 1998
Modified Files:
src/sys/conf: param.c
src/sys/sys: param.h
src/sys/vm: vm_map.h
Log Message:
Compute compile-time value of old-VM parameter MAX_KMAPENT from NPROC
(2x NPROC plus slop) unless expclitly set. Use current constant value
(100) as a lower bound, as suggested by Chuck Cranor.
Move NPROC and other parameter definitions from param.c to param.h so
they are visible to vm/vm_map.h.
Systems with hand-tuned NPROC should now support that many processes.
Home |
Main Index |
Thread Index |
Old Index