mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR: Change memory limit to -1 on publishall to stop sapphire running out of memory on unit tests.
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@63897 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
707a7b3968
commit
114d6f00bf
@ -1174,7 +1174,7 @@ HTML;
|
||||
}
|
||||
|
||||
function publishall() {
|
||||
ini_set("memory_limit","100M");
|
||||
ini_set("memory_limit", -1);
|
||||
ini_set('max_execution_time', 300);
|
||||
|
||||
$response = "";
|
||||
|
Loading…
Reference in New Issue
Block a user