That's 50MB, which seems more than enough to me - typically, my max ram is set to 32MB.
The error would suggest you are retrieving far too many objects in a DB query and/or that they are far too big. Investigate optimising your query, lazy loading and database normalisation On 3 Apr 2009, at 03:03, xhe wrote: > > I am using shared hosting, but my backend can not be used due to > memory inefficiency: > > Fatal error: Out of memory (allocated 51380224) (tried to allocate > 7680 bytes) in /home1/transla1/public_html/symfony-clb/lib/model/om/ > BaseUserColorEyePeer.php on line 80 > > are there anyway to reduce the memory usage? > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
