git: kernel - Add vm.pageout_allow_active sysctl
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Feb 12 17:14:34 PST 2020
commit bc47dbc18bf832e4badb41f2fd79159479a7d351
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Feb 12 16:37:56 2020 -0800
kernel - Add vm.pageout_allow_active sysctl
* Add vm.pageout_allow_active sysctl and default to 1. The pageout
daemon scans inactive pages for work. This sysctl allows the pageout
daemon to cluster nearby active OR inactive pages with the inactive
page it found.
Default to enabled.
Summary of changes:
sys/vm/vm_pageout.c | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bc47dbc18bf832e4badb41f2fd79159479a7d351
--
DragonFly BSD source repository
More information about the Commits
mailing list