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

git: kernel - Fix tmpfs hogging of the VM system


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 1 Mar 2013 22:10:10 -0800 (PST)

commit 527cd77dea6b04ef7c0a7a1d4f0b062311a881b9
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date:   Fri Mar 1 22:06:42 2013 -0800

    kernel - Fix tmpfs hogging of the VM system
    
    * tmpfs pretty much bypasses the buffer cache's normal clean/dirty
      handling.  Add appropriate VM paging wait states to prevent
      tmpfs operations from hogging free memory and causing other processes
      to stall for long periods of time in low memory situations.

Summary of changes:
 sys/vfs/tmpfs/tmpfs_vnops.c | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/527cd77dea6b04ef7c0a7a1d4f0b062311a881b9


-- 
DragonFly BSD source repository



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