git: kernel - Separate page activity heuristic for anonymous memory vs files

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Feb 23 11:50:03 PST 2013


commit 385875489d1de5b1f69278ce003927ecb62a6f91
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Feb 23 11:44:17 2013 -0800

    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.

Summary of changes:
 sys/vm/vm_pageout.c | 21 ++++++++++++++++++---
 1 file changed, 18 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/385875489d1de5b1f69278ce003927ecb62a6f91


-- 
DragonFly BSD source repository



More information about the Commits mailing list