DragonFly BSD
DragonFly commits List (threaded) for 2011-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - Adjust mbuf cached free object retention


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 26 Jul 2011 20:40:30 -0700 (PDT)

commit 3508d9a1bbe905315a2fb75ce50a2c2f06fc8740
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Tue Jul 26 20:34:36 2011 -0700

    kernel - Adjust mbuf cached free object retention
    
    * Adjust the cache retention in the objcache_create() calls the mbuf
      subsystem makes to reduce burst ENOBUF failures.  Previously the
      main mbufphdr cache only retained ~150 or so free mbufs.  Now it
      retains up to 1/4 the limit.
    
    Reported-by: Peter Avalos <peter@theshell.com>

Summary of changes:
 sys/kern/uipc_mbuf.c |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3508d9a1bbe905315a2fb75ce50a2c2f06fc8740


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]