kernel - Increase default kern.maxfiles from (maxproc * 2) to (maxproc * 16).
commitcecd10f5cb8d0e2e45aca9e4e70a55e8fb95d089
authorMatthew Dillon <dillon@apollo.backplane.com>
Fri, 15 Jan 2010 03:55:29 +0000 (14 19:55 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Fri, 15 Jan 2010 03:55:29 +0000 (14 19:55 -0800)
tree1dfb388999b341edebd64221d126933f040562f2
parent768970b4fd5a55ad14ac037ab9bf530686f44db8
kernel - Increase default kern.maxfiles from (maxproc * 2) to (maxproc * 16).

* Increases maxfiles from approximately ~12K to around ~100K on
  systems with moderate amounts of memory.

Reported-by: Peter Avalos <pavalos@theshell.com>
sys/kern/subr_param.c