MDL-8469 increase memory limit everywhere due to changed calculation of used memory in PHP 5.2.x - the real memory useage is the same, but the reported size of used memory is now more accurate

This commit is contained in:
skodak
2007-02-14 20:46:38 +00:00
parent 0b906e7847
commit 4eefee9779
8 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -99,7 +99,7 @@
// that we'll take longer, and that the process should be recycled soon
// to free up memory.
@set_time_limit(0);
@raise_memory_limit("64M");
@raise_memory_limit("96M");
if (function_exists('apache_child_terminate')) {
@apache_child_terminate();
}