看板 DFBSD_commit 關於我們 聯絡資訊
commit 08fb7a9da0e0d88d4b3f6574e0e113fb6304946f Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Fri Nov 18 10:48:09 2011 -0800 kernel - Fix swapcached problems when max-swap use reached * A calculation could reverse-index the limit counter and cause swapcached to eat an excessive amount of cpu, causing other processes to stall. * Fixes network problems between avalon and the dragonfly core network. Summary of changes: sys/vm/swap_pager.c | 16 +++++++++++++--- sys/vm/vm_swapcache.c | 4 +++- 2 files changed, 16 insertions(+), 4 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/08fb7a9da0e0d88d4b3f6574e0e113fb6304946f -- DragonFly BSD source repository