CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/10/14 11:53:30
Modified files:
sys/sys : mount.h
sys/uvm : uvm_page.c uvm_pdaemon.c
Log message:
Fix buffer cache backoff in the page daemon - deal with inactive pages to
more correctly reflect the new state of the world - that is - how many pages
can be cheaply reclaimed - which now includes clean buffer cache pages.
This change fixes situations where people would be running with a large
bufcachepercent, and still notice swapping without the buffer cache backing off.
ok oga@, testing by many on tech@ and others. Thanks.