DragonFly BSD
DragonFly commits List (threaded) for 2010-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - SWAP CACHE part 9/many - Fix excessive active->cache moves


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 4 Feb 2010 16:25:21 -0800 (PST)

commit e6e9a0c3d23ef216c5fc2ed02d49edf08b6dfb75
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Thu Feb 4 16:23:50 2010 -0800

    kernel - SWAP CACHE part 9/many - Fix excessive active->cache moves
    
    * Due to a bug the pageout daemon was moving an excessive number
      of pages from the active queue to the cache queue, bypassing
      the inactive queue.
    
      This was preventing the swapcache from finding pages to write
      out.

Summary of changes:
 sys/vm/vm_pageout.c |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e6e9a0c3d23ef216c5fc2ed02d49edf08b6dfb75


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]