mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Now $CFG->apachemaxmem is respected.
Merged from MOODLE_17_STABLE
This commit is contained in:
parent
69a30a1c2f
commit
4abc65705c
1 changed files with 2 additions and 0 deletions
|
@ -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')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue