Cristian Rodríguez wrote:
El 12/08/11 15:00, Michael Powell escribió:
No. Look for whatever PHP error is wrong. Probably the plugin. I strongly suspect you could continue to double your memory repeatedly and it will not fix the problem.
This is no news, the code probably uses GD to process the thumbnails, that will usually require a good chunk of memory, more than 256 M if they are a lot of pics.
It should not run away endlessly, e.g. keep throwing more and more memory at it and it just continues to eat it all no matter how much you give it is indicative of broken code. I've also probably never processed enough thumbnails to matter either. Last time I had a problem with GD it was an extension load order thing. It was over a year ago and if memory serves it was because you couldn't load pdf.so before gd.so, or something like that. Sometimes load order matters, but that is usually pretty easy to spot. And probably not germaine to the problem. [snip] -Mike -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org