-
Bug
-
Resolution: Fixed
-
Minor
-
3.6.5, 3.7.1
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
The groups overview is running out of memory on one of our very large courses.
I think that is mostly caused by MDL-66327 which will be helped by changing the $nogroupusers = $DB->get_records_sql($sql, $params); line to a get_recordset.
Also, since this is a large report, it might be reasonable to allow it MEMORY_EXTRA.
- has a non-specific relationship to
-
MDL-66327 $DB->get_records uses a lot of Peak RAM (with Postgres)
- Closed