Now $CFG->apachemaxmem is respected.

This commit is contained in:
stronk7
2007-04-07 15:58:13 +00:00
parent 138c602380
commit d9fde68003
+2
View File
@@ -6327,6 +6327,8 @@ function bounded_number($min, $value, $max) {
*/
function moodle_request_shutdown() {
global $CFG;
// initially, we are only ever called under apache
// but check just in case
if (function_exists('apache_child_terminate') && function_exists('memory_get_usage')) {