Increase PHP Memory Limit in htaccess, apache or in a php script
Most of us have come across this error: “Fatal error: Allowed memory size of xxxxxx bytes exhausted (tried to allocate yyy bytes) in ….” in the php error logs. In php, running out of memory in usually a sign that your php script is not too well written or has a bug or two in [...]
Darian Brown – Webmaster's Blog and Portfolio