Now $CFG->apachemaxmem is respected.
Merged from MOODLE_17_STABLE
This commit is contained in:
@@ -6489,6 +6489,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')) {
|
||||
|
||||
Reference in New Issue
Block a user