Hi folks.
I have a script which receives an uploaded image and then proceeds to create several other smaller images from it using the GD library. When I run it, the server just returns a server configuration error (error 500 or something like that).
I suspect that it's using too much memory. So is there any way to clear out and recapture memory in the middle of a script?