From 632d6e50ce792b6653b92957abac9e91618e61db Mon Sep 17 00:00:00 2001 From: stronk7 Date: Mon, 5 Apr 2004 21:37:29 +0000 Subject: [PATCH] Incremented memory max to 80MB. To avoid possible pclzip bug... See bugs 1216 and 1222 --- backup/backup.php | 2 +- backup/restore.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.39.5