Now $CFG->apachemaxmem is respected.

Merged from MOODLE_18_STABLE
This commit is contained in:
stronk7 2007-04-07 16:08:51 +00:00
parent 7e810d419a
commit 5a9fc42658

View File

@ -6511,6 +6511,8 @@ function fullclone($thing) {
*/
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')) {