From 2f52b2752ca4406de57fbddb9af988727cb9c250 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 1 Dec 2009 10:09:23 +0100 Subject: adjust puppetmaster cron, it shouldn't be anymore that bad --- files/cron.d/puppetmaster | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/cron.d/puppetmaster') diff --git a/files/cron.d/puppetmaster b/files/cron.d/puppetmaster index 676f6df..e56aa35 100644 --- a/files/cron.d/puppetmaster +++ b/files/cron.d/puppetmaster @@ -1,3 +1,3 @@ -# we restart puppetmaster every 4 hours to avoid memory problems -0 */6 * * * root /etc/init.d/puppetmaster restart > /dev/null +# we restart puppetmaster twice a day to avoid memory problems +59 11,23 * * * root /etc/init.d/puppetmaster restart > /dev/null -- cgit v1.2.3