git: kernel - Fix kcollect swapuse%
Matthew Dillon
dillon at crater.dragonflybsd.org
Sun Jul 30 10:59:48 PDT 2017
commit fbb06a6802c717bad2a5380805b6643f73ee8f32
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sun Jul 30 10:59:05 2017 -0700
kernel - Fix kcollect swapuse%
* The calculation was improperly using vm_swap_size (which is really free swap
remaining) instead of vm_swap_max.
Summary of changes:
sys/vm/swap_pager.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fbb06a6802c717bad2a5380805b6643f73ee8f32
--
DragonFly BSD source repository
More information about the Commits
mailing list