//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
// 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();
}
//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) {
}
@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.')');
//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
//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";