mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
IcingaConfig: raise memory limits
This commit is contained in:
parent
348aebcf41
commit
93436bffac
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user