Home
last modified time | relevance | path

Searched hist:"1 e5196f0" (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vm/
H A Dvm_swapcache.c1e5196f0 Fri Feb 05 18:13:51 GMT 2010 Matthew Dillon <dillon@apollo.backplane.com> kernel - SWAP CACHE part 10/many - Fix swap space usage calculation

* The code which limits how much swap space the swap cache uses was
broken. It was using the current amount of free swap space instead
of the total space, causing it to only use 40% of available swap
instead of 66%

* Fix the calculation and also make it 3/4 (75%) of configured swap.
H A Dswap_pager.h1e5196f0 Fri Feb 05 18:13:51 GMT 2010 Matthew Dillon <dillon@apollo.backplane.com> kernel - SWAP CACHE part 10/many - Fix swap space usage calculation

* The code which limits how much swap space the swap cache uses was
broken. It was using the current amount of free swap space instead
of the total space, causing it to only use 40% of available swap
instead of 66%

* Fix the calculation and also make it 3/4 (75%) of configured swap.
H A Dvm_swap.c1e5196f0 Fri Feb 05 18:13:51 GMT 2010 Matthew Dillon <dillon@apollo.backplane.com> kernel - SWAP CACHE part 10/many - Fix swap space usage calculation

* The code which limits how much swap space the swap cache uses was
broken. It was using the current amount of free swap space instead
of the total space, causing it to only use 40% of available swap
instead of 66%

* Fix the calculation and also make it 3/4 (75%) of configured swap.