I am running a script on my magento store. Its suppose to create an XML file with my products but when I hit this php file, I get the following error.
Fatal error: Out of memory (allocated 55574528) (tried to allocate 32 bytes) in /home/sparklin/public_html/lib/Zend/Db/Statement/Pdo.php on line 290
I am thinking I should increase memory allocation on my server. But I don't know how to that. any help?