Memory Issues

See all posts See thread Reply

Re: Memory Issues new!
by colin, 11 years, 10 months ago
First, check the the web server's log, it will tell you why the process crashes, and will indicate whether it is due to memory running out.

It is true that the pixels count is important for the memory. But also the colour space, transparency, etc... It is quite hard to measure the memory used by GD, and I am not sure memory_get_peak_usage includes it.Reply
Re: Memory Issues new!
by Steve, 11 years, 10 months ago
It wasn't actually crashing. What was happening was I hadn't set my upload_max_filesize high enough. Thanks for the help.Reply