hack to let stork use more memory.
[mom.git] / 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"