User "G.Hagedorn" posted a comment on MediaWiki.r104049. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/104049#c26465 Commit summary:
(bug 32598) Fix OOM errors in GlobalUsage caused by calling findFiles() on an array of several thousand files, which caused several thousand File objects to be in memory simultaneously. Unrolled the findFiles() call to calling findFile() in a loop and destroying the File object after each iteration. Comment: Deployed to 1.18wmf1, please consider tagging for 1.18. We have outstanding bugs for GlobalUsage not working on 1.18, not sure this fixes it, but would like to test. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
