Re: [symfony-users] Doctrine data-load out of memory (Ticket #7733)

2010-02-03 Thread Andrei Dziahel
Hello. I did. Fixtures' size was ~400kb total. Symfony 1.2, Doctrine 1.0. I had to increase memory_limit to (IIRC) 128Mb. This issue looks for me pretty easy-explainable. Doctrine_Import currently is actually forced to store ALL the objects recreated from fixtures in memory while importing becaus

[symfony-users] Doctrine data-load out of memory (Ticket #7733)

2010-01-31 Thread Brandon Turner
Hello all, I've been using data fixtures more and more in my Symfony 1.4.1 project and have run up against an out-of-memory error when loading data via the doctrine:data-load task. My PHP CLI memory_limit is currently set at 32MB. I've got about 112KB of YAML fixture markup spread across 5 f