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:
Andrew O'Neil 2008-10-08 21:33:07 +00:00
parent 707a7b3968
commit 114d6f00bf

View File

@ -1174,7 +1174,7 @@ HTML;
}
function publishall() {
ini_set("memory_limit","100M");
ini_set("memory_limit", -1);
ini_set('max_execution_time', 300);
$response = "";