Now $CFG->apachemaxmem is respected.
This commit is contained in:
@@ -6327,6 +6327,8 @@ function bounded_number($min, $value, $max) {
|
||||
*/
|
||||
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