Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-33884 question export: raise memory limit
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.)
- Loading branch information