kernel - Increase KVM from 128G to 511G, further increase maximum swap
commitaedf552349c8a21eff780d1d8e1680830110e695
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 28 Dec 2016 20:04:03 +0000 (28 12:04 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 28 Dec 2016 20:11:26 +0000 (28 12:11 -0800)
treee4e0b8d2511abebd8b794ebbed1f61aab40c073d
parent90aa054db82f3b3dd0115267cac1c5647f7936b9
kernel - Increase KVM from 128G to 511G, further increase maximum swap

* Increase KVM (Kernel Virtual Memory) to the maximum we currently
  support.  Up to half of it can be used for swblock structures
  (SWAPMETA in vmstat -z).  This allows the following swap maximums.

  128G of ram - 15TB of data can be swapped out.
  256G of ram - 30TB of data can be swapped out.
  512G+ of ram  - 55TB - this is the maximum we can support swapped out.

* We can support > 512G of KVM in the future with only a bit of work on
  how KVM is reserved.

* Remove some debugging code.
sys/platform/pc64/include/vmparam.h
sys/vm/vm_pageout.c