You might want to run phpinfo.php on your server to see what the memory allocation is.
the parameter to check is : memory_limit
The php default is 8M but most ISPs on shared servers set it to something like 32M which would be just short of your request.
In any event, it is a simple problem to solve just by asking them to increase the limit for you. I think you can dynamically set it in your .htaccess file but I think working with your ISP is the better solution.
HTH, mikesz
|