git: kernel - Add kern.zone_cache sysctl

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Mar 8 17:18:37 PST 2011


commit ad94a85194ced5428679ed27af6d39f90815d906
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Mar 8 17:14:32 2011 -0800

    kernel - Add kern.zone_cache sysctl
    
    * Add a sysctl to adjust how many empty zones each cpu caches for the
      slab allocator.  sysctl kern.zone_cache.
    
    * Increase the default from 2 to 32 zones.
    
    Related-to: IRC conversion thesjg & vsrinivas

Summary of changes:
 sys/kern/kern_slaballoc.c |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list