I wrote a symfony task to fill a database of sample data. Here\'s a sample piece of code:
gc_enable();
Propel::disableInstancePooling();
public function tes
symfony CLI tasks require quite a lot of PHP memory, especially on Windows. If the Propel task is failing, I would recommend a permanent change to the php.ini file setting on memory allocation to at least 256M. I know this seems high, but you should only ever need these tasks on a development machine.