mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Now $CFG->apachemaxmem is respected.
Merged from MOODLE_18_STABLE
This commit is contained in:
parent
7e810d419a
commit
5a9fc42658
@ -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')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user