https://bugzilla.wikimedia.org/show_bug.cgi?id=26304
--- Comment #9 from Brion Vibber <[email protected]> 2011-06-15 23:21:15 UTC --- Bug 28427 notes a memory usage issue in UtfNormal::quickIsNFCVerify (part of the Unicode normalization routines we run on a lot of input and output), which could perhaps be contributing... I was thinking there was some related fix but that's actually for bug 28146 which was fixed by chopping up a run over a giant string into a run over smaller strings, and was specific to the calling code (in DjVu file handling) -- so that fix probably would not have an effect on this. More generally, hitting memory limits here could simply be due to handling too much big data in one request, and it may need to change how it handles diving up the data into chunks. It's possible that the errors were coming before and no longer are because specific large pages were coming over the channel that are no longer in the queue. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
