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
@@ -182,7 +182,7 @@ global $HTTPSPAGEREQUIRED;
}
/// Increase memory limits if possible
raise_memory_limit('64M'); // We should never NEED this much but just in case...
raise_memory_limit('96M'); // We should never NEED this much but just in case...
/// Load up standard libraries