https://bugzilla.wikimedia.org/show_bug.cgi?id=34241
Isarra <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Isarra <[email protected]> --- I compiled the current version of imagemagick (6.8.6-10) on ubuntu with default values and it subsequently failed to resize a 250KB png due to insufficient memory (with stock settings). Setting $wgMaxShellMemory to 517000 (random value; don't know how high was actually needed) resolved this. So this very much is an issue, and that issue is two-fold: for one, the default MaxShellMemory may no longer be sufficient for normal use, especially since imagemagick, the usual image handler, appears as though it now requires more memory than it used to, and two, that as folks have said, in a base install these errors have no handling to point to the setting that would allow it that memory. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
