git: kernel - VM rework part 19 - Cleanup

Matthew Dillon dillon at crater.dragonflybsd.org
Tue May 21 22:29:14 PDT 2019


commit d0be0ca8820415fce97c1201fb78a2f9f91fe2e5
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue May 21 19:24:20 2019 -0700

    kernel - VM rework part 19 - Cleanup
    
    * vmpageinfo breaks down the kernel load size, vm_page_array
      size, and buffer headers for the buffer cache, all of which
      are major boot-time wired kernel memory.
    
      Note that the vm_page_array[] uses 3.1% of physical memory.
      Its a lot, but there is no convenient way to make it less.

Summary of changes:
 test/debug/kmapinfo.c   |  1 -
 test/debug/vmpageinfo.c | 28 +++++++++++++++++++++++++++-
 2 files changed, 27 insertions(+), 2 deletions(-)

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


-- 
DragonFly BSD source repository


More information about the Commits mailing list