Hi Friends, I have a table with close to 5000 records, to process them I have written a small application thats suppose to run as a cron job. After processing 1500 records it fails with this error message
Quote: PHP Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 1177 bytes) in /usr/home/project/e4s-demo/lib/ symfony/vendor/creole/drivers /mysql/MySQLResultSet.php on line 57 Each Record size < 128 KB I think the problem is with Creole, that also keeps all the previous executed Queries in the memory. Increasing PHP memory cannot be a solution since it is able to process 1500 records, and creole doesn't need to keep the previous queries details in memory. Has anyone faced this problem ? Thanks and Regards [ Also posted on forum ] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
