IcingaConfig: raise memory limits

This commit is contained in:
Thomas Gelf 2016-02-19 11:34:31 +01:00
parent 348aebcf41
commit 93436bffac
1 changed files with 4 additions and 0 deletions

View File

@ -280,6 +280,10 @@ throw $e;
{
$start = microtime(true);
// Raise limits. TODO: do this in a failsafe way, and only if necessary
ini_set('memory_limit', '768M');
ini_set('max_execution_time', 0);
$this->configFile(
sprintf(
'zones.d/%s/001-director-basics',