git: kernel - Increase exec args cache on 64-bit boxes

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Oct 19 08:21:06 PDT 2011


commit 1f29f2c5bd3fad36d01bbd1000d484cb8d45d851
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Oct 19 08:17:35 2011 -0700

    kernel - Increase exec args cache on 64-bit boxes
    
    * Increase the exec args cache on 64-bit boxes with more than 4G of ram.
      This increases the number of concurrent applicationss which can be
      undergoing an exec.

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

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1f29f2c5bd3fad36d01bbd1000d484cb8d45d851


-- 
DragonFly BSD source repository





More information about the Commits mailing list