From: Faiyaz Ahmed Date: Fri, 1 Feb 2008 18:54:14 +0000 (+0000) Subject: hack to let stork use more memory. X-Git-Url: http://git.onelab.eu/?p=mom.git;a=commitdiff_plain;h=763402a61ff6a213e3a7022f164a54ca50052f08 hack to let stork use more memory. --- diff --git a/swapmon.py b/swapmon.py index da8f3a0..dd246a2 100755 --- a/swapmon.py +++ b/swapmon.py @@ -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"