kernel - VM rework part 19 - Cleanup
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 22 May 2019 02:24:20 +0000 (19:24 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 22 May 2019 02:24:20 +0000 (19:24 -0700)
commitd0be0ca8820415fce97c1201fb78a2f9f91fe2e5
tree9bcb6b9d39a56b88616af4f7b93b2daba6033ba6
parentdf49ec1e8e3e6cf6347f36d778f14b9c9baaff2d
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.
test/debug/kmapinfo.c
test/debug/vmpageinfo.c