From 472f6ee414181519e8d18596fe6b8d573a729f73 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 3 Sep 2008 10:18:38 +0000 Subject: memory problem have been found, so no need to restart 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 d94b347..84b366e 100644 --- a/files/cron.d/puppetmaster.CentOS +++ b/files/cron.d/puppetmaster.CentOS @@ -1,2 +1,2 @@ -# we restart puppetmaster every 2 hours to avoid memory problems -0 */2 * * * root /etc/init.d/puppetmaster restart > /dev/null +# we restart puppetmaster every 4 hours to avoid memory problems +0 */4 * * * root /etc/init.d/puppetmaster restart > /dev/null -- cgit v1.2.3