Skip to content

Commit

Permalink
Now $CFG->apachemaxmem is respected.
Browse files Browse the repository at this point in the history
Merged from MOODLE_16_STABLE
  • Loading branch information
stronk7 committed Apr 7, 2007
1 parent 445a3c1 commit 4f3835b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/moodlelib.php
Expand Up @@ -6523,6 +6523,8 @@ function array_combine($keys, $values) {
*/
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')) {
Expand Down

0 comments on commit 4f3835b

Please sign in to comment.