]> git.mjollnir.org Git - moodle.git/commitdiff
Incremented memory max to 80MB. To avoid possible pclzip bug...
authorstronk7 <stronk7>
Mon, 5 Apr 2004 21:37:29 +0000 (21:37 +0000)
committerstronk7 <stronk7>
Mon, 5 Apr 2004 21:37:29 +0000 (21:37 +0000)
See bugs 1216 and 1222

backup/backup.php
backup/restore.php

index d16541efdac48da2a37defd40114e62709526acd..0869a69e4a8218529ab1c29513ad19c83d78d174 100644 (file)
@@ -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) {
index 70cd2d8be82976eeca9d5a857eb67d8ef26bf5db..fe4a33edaa956ca51486c4311c90f80756a49323 100644 (file)
@@ -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) {