From: stronk7 Date: Mon, 5 Apr 2004 21:37:29 +0000 (+0000) Subject: Incremented memory max to 80MB. To avoid possible pclzip bug... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=632d6e50ce792b6653b92957abac9e91618e61db;p=moodle.git Incremented memory max to 80MB. To avoid possible pclzip bug... See bugs 1216 and 1222 --- diff --git a/backup/backup.php b/backup/backup.php index d16541efda..0869a69e4a 100644 --- a/backup/backup.php +++ b/backup/backup.php @@ -87,7 +87,7 @@ //Adjust some php variables to the execution of this script ini_set("max_execution_time","3000"); - ini_set("memory_limit","56M"); + ini_set("memory_limit","80M"); //Call the form, depending the step we are if (!$launch) { diff --git a/backup/restore.php b/backup/restore.php index 70cd2d8be8..fe4a33edaa 100644 --- a/backup/restore.php +++ b/backup/restore.php @@ -94,7 +94,7 @@ //Adjust some php variables to the execution of this script ini_set("max_execution_time","3000"); - ini_set("memory_limit","56M"); + ini_set("memory_limit","80M"); //Call the form, depending the step we are if (!$launch) {