Re: [symfony-users] Memory size in a task

2010-11-30 Thread Macvek
Hi, You should edit 'memory_limit' in your php.ini. I've set it to 128M and every task works well. Regards, Maciej Aleksandrowicz 2010/11/30 HAUSa : > If I run a task created in my lib/task folder, I get this error: > > PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted > (tried

[symfony-users] Memory size in a task

2010-11-30 Thread HAUSa
If I run a task created in my lib/task folder, I get this error: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 71 bytes) in /usr/share/symfony/1.4/lib/plugins/ sfPropelPlugin/lib/vendor/propel/util/PropelConfiguration.php on line 100 Fatal error: Allowed me