MDL-8469 - 192M is much nicer than 196M

This commit is contained in:
skodak 2007-02-14 20:58:31 +00:00
parent 4eefee9779
commit 8891e81c92
6 changed files with 6 additions and 6 deletions

View File

@ -254,7 +254,7 @@
//Execute backup's cron
//Perhaps a long time and memory could help in large sites
@set_time_limit(0);
@raise_memory_limit("196M");
@raise_memory_limit("192M");
if (function_exists('apache_child_terminate')) {
// if we are running from Apache, give httpd a hint that
// it can recycle the process after it's done. Apache's

View File

@ -62,7 +62,7 @@ if ($um->preprocess_files() && confirm_sesskey()) {
// that we'll take longer, and that the process should be recycled soon
// to free up memory.
@set_time_limit(0);
@raise_memory_limit("196M");
@raise_memory_limit("192M");
if (function_exists('apache_child_terminate')) {
@apache_child_terminate();
}

View File

@ -111,7 +111,7 @@
//Adjust some php variables to the execution of this script
@ini_set("max_execution_time","3000");
raise_memory_limit("196M");
raise_memory_limit("192M");
//Call the form, depending the step we are
if (!$launch) {

View File

@ -658,7 +658,7 @@
}
@ini_set("max_execution_time","3000");
raise_memory_limit("196M");
raise_memory_limit("192M");
if (!$backup_unique_code = restore_precheck($destinationcourse,$pathtofile,$errorstr,true)) {
mtrace($debuginfo.'Failed restore_precheck (error was '.$errorstr.')');

View File

@ -132,7 +132,7 @@
//Adjust some php variables to the execution of this script
@ini_set("max_execution_time","3000");
raise_memory_limit("196M");
raise_memory_limit("192M");
//Call the form, depending the step we are

View File

@ -19,7 +19,7 @@
//Adjust some php variables to the execution of this script
@ini_set("max_execution_time","3000");
raise_memory_limit("196M");
raise_memory_limit("192M");
echo "<pre>\n";