From 2ab5b2391068c9543bae8dfa202d2c6365021068 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 31 Aug 2008 20:28:36 +0000 Subject: increase restart of master to every 2 hours --- files/cron.d/puppetmaster.CentOS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files') diff --git a/files/cron.d/puppetmaster.CentOS b/files/cron.d/puppetmaster.CentOS index 40a16e7..d94b347 100644 --- a/files/cron.d/puppetmaster.CentOS +++ b/files/cron.d/puppetmaster.CentOS @@ -1,2 +1,2 @@ -# we restart puppetmaster every 4 hours to avoid memory problems -0 */6 * * * root /etc/init.d/puppetmaster restart > /dev/null +# we restart puppetmaster every 2 hours to avoid memory problems +0 */2 * * * root /etc/init.d/puppetmaster restart > /dev/null -- cgit v1.2.3