diff options
author | mh <mh@immerda.ch> | 2008-09-03 10:18:38 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-09-03 10:18:38 +0000 |
commit | 472f6ee414181519e8d18596fe6b8d573a729f73 (patch) | |
tree | 3dfb7deb59176a294d43f29a73e011efa9e0d3a2 /files | |
parent | 2ab5b2391068c9543bae8dfa202d2c6365021068 (diff) |
memory problem have been found, so no need to restart every 2 hours
Diffstat (limited to 'files')
-rw-r--r-- | files/cron.d/puppetmaster.CentOS | 4 |
1 files changed, 2 insertions, 2 deletions
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 |