commit d4d9221d2a33e598530c0061631bad0ac70dca05
Author: Matthew Dillon <[email protected]>
Date: Wed Jan 11 11:02:32 2017 -0800
kernel - Change vm.swapcache.use_chflags default to 0
* Change the vm.swapcache.use_chflags default to 0, meaning that swapcache
will generally cache everything it sees if enabled. Can be set back to
1 by the sysop when more sophisticated operation is desired.
Summary of changes:
sys/vm/vm_swapcache.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d4d9221d2a33e598530c0061631bad0ac70dca05
--
DragonFly BSD source repository