kernel - Separate page activity heuristic for anonymous memory vs files
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 23 Feb 2013 19:44:17 +0000 (11:44 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 23 Feb 2013 19:44:17 +0000 (11:44 -0800)
commit385875489d1de5b1f69278ce003927ecb62a6f91
tree54a8fa0406adb52c3fd622136ffec027b482ddc9
parentce94514e6b38abad5c78107e3d1ac401117df5c4
kernel - Separate page activity heuristic for anonymous memory vs files

* Add sysctls vm.anonmem_decline and vm.filemem_decline with reasonable
  defaults.

* Should improve retention of anonymous memory over file cache.
sys/vm/vm_pageout.c