Merge from trunk. Kills procs in sliver rather than restarting context.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Wed, 19 Nov 2008 17:11:53 +0000 (17:11 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Wed, 19 Nov 2008 17:11:53 +0000 (17:11 +0000)
swapmon.py

index f2654e6..f7e62c6 100755 (executable)
@@ -446,7 +446,6 @@ def main():
     while True:
         used = swap_used()
         if last_used is None:  last_used = used
-        
    
         if used >= reboot_thresh:
             # Dump slice state before rebooting