mirror of
https://github.com/moodle/moodle.git
synced 2025-03-20 07:30:01 +01:00
Question exports can be quite big, just like imports can. Therefore, we should raise memory limits in the same way. (Of course, eventually we should change the API, so that it writes one questoin at a time, rather than building the whole export file contents in RAM first, but that would be a much bigger change, and we need a quick fix now.)