Finally solved. Solution? Simple, just remove i18n setting, or set it off, then it works.
I would think admin generator will consume much more memory compared with our ordinary script. fortunately, it is now only used in backend, and I don't need i18n auto-translation. But how much memory will i18n consume? also I used _dev to see that it only consume huge memory when it first run, after that it will consume several MB memory. On Fri, Apr 3, 2009 at 8:51 AM, Frank He <[email protected]> wrote: > I tested my app locally, and memory usage is 41526.5 KB > Furthermore this is only the first page of backend.php, it is a login page, > and all the backend was generated by using admin generator. I don't know > there are any way to optimize the generator.yml. Is that true that admin > generator itself will consume more memory? > > On Fri, Apr 3, 2009 at 8:21 AM, FÁSI Gábor <[email protected]> wrote: > >> >> This problem has nothing to do with max_execution_time, and by the >> way: that's a php config value, not an apache one. >> >> On Fri, Apr 3, 2009 at 05:48, sherwin corpuz <[email protected]> >> wrote: >> > Your Apache execution is only 30 second in default, make it large, >> > max_execution time of your php.ini file and restart your apache. >> > >> > >> > >> > On Fri, Apr 3, 2009 at 10:03 AM, xhe <[email protected]> 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 -~----------~----~----~----~------~----~------~--~---
