"setting memory_limit to 64M"

This commit is contained in:
Ralf Becker 2010-03-18 12:11:11 +00:00
parent 39e2710b24
commit 406e4110c6

View File

@ -18,6 +18,6 @@ foreach(file($path_to_egroupware. '/header.inc.php') as $line)
{
if(preg_match("/GLOBALS\['egw_domain']\['(.*)']/", $line, $matches))
{
system($php. ' -q -d memory_limit=32M '.$path_to_egroupware.'/phpgwapi/cron/asyncservices.php '. $matches[1]);
system($php. ' -q -d memory_limit=64M '.$path_to_egroupware.'/phpgwapi/cron/asyncservices.php '. $matches[1]);
}
}