git: kernel - Increase default kern.maxfiles from (maxproc * 2) to (maxproc * 16).

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jan 14 19:57:48 PST 2010


commit cecd10f5cb8d0e2e45aca9e4e70a55e8fb95d089
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Jan 14 19:55:29 2010 -0800

    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 at theshell.com>

Summary of changes:
 sys/kern/subr_param.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/cecd10f5cb8d0e2e45aca9e4e70a55e8fb95d089


-- 
DragonFly BSD source repository





More information about the Commits mailing list