Re: [symfony-users] memory error and question about data loading (newbie)

2010-08-27 Thread Marc Van Craesbeeck
2010/8/27 Gustavo Adrian > You need to extend your memory_limit for PHP. Check your php.ini (for CLI) > and put 128MB as memory_limit (or something like that). > It was it. the doctrine:data-dump is now correct. Thanks. -- Marc Van Craesbeeck http://www.amnestygr33.be -- If you want to re

Re: [symfony-users] memory error and question about data loading (newbie)

2010-08-27 Thread Gustavo Adrian
You need to extend your memory_limit for PHP. Check your php.ini (for CLI) and put 128MB as memory_limit (or something like that). On Fri, Aug 27, 2010 at 1:26 PM, mjhvc wrote: > first: about memory error: > my command: > ./symfony doctrine:data-dump > symfony output: > >> doctrine dumping dat

[symfony-users] memory error and question about data loading (newbie)

2010-08-27 Thread mjhvc
first: about memory error: my command: ./symfony doctrine:data-dump symfony output: >> doctrine dumping data to fixtures to "/home/marc/www/vap/data/fixtures" Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 53 bytes) in /home/marc/www/vap/lib/vendor/symfony/lib/ p