Increase memory_limit to 128 in backups & restore.
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@
|
||||
//Execute backup's cron
|
||||
//Perhaps a long time and memory could help in large sites
|
||||
@set_time_limit(0);
|
||||
ini_set("memory_limit","56M");
|
||||
@ini_set("memory_limit","128M");
|
||||
if (file_exists("$CFG->dirroot/backup/backup_scheduled.php") and
|
||||
file_exists("$CFG->dirroot/backup/backuplib.php") and
|
||||
file_exists("$CFG->dirroot/backup/lib.php") and
|
||||
|
||||
Reference in New Issue
Block a user