git: kernel - Fix rare vm_map_entry exhaustion panic (2)

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Mar 16 11:40:20 PDT 2020


commit c7d067997b6c96df4cd2f55af7a2952c3a8bd077
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Mon Mar 16 11:39:40 2020 -0700

    kernel - Fix rare vm_map_entry exhaustion panic (2)
    
    * Increase per-cpu fast-cache hysteresis from its absurdly small
      value to a significantly larger value.
    
    * Missing header file update for prior commit

Summary of changes:
 sys/vm/vm_map.h  | 2 +-
 sys/vm/vm_zone.h | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list