hack to let stork use more memory.
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 1 Feb 2008 18:54:14 +0000 (18:54 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Fri, 1 Feb 2008 18:54:14 +0000 (18:54 +0000)
swapmon.py

index da8f3a0..dd246a2 100755 (executable)
@@ -67,7 +67,7 @@ email_timeout = 1800
 rss_min = 150 * 1024 
 
 # System slices that should not be reset (regexps)
-system_slices = ['root', PLC_SLICE_PREFIX + '_']
+system_slices = ['root', PLC_SLICE_PREFIX + '_', 'arizona_stork2']
 
 # Message sent after a critical reboot
 rebooted_subject = "pl_mom rebooted %(hostname)s"