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:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user