I'm trying to generate Forms and Models files in symfony from command prompt but when i run php symfony propel:build-model
it throws the below error
Fatal error: Out of memory (allocated 1978925056) (tried to allocate 40 bytes) in D:\xampp-old\htdocs\symfony_v1.2\lib\vendor\symfony\lib\plugins\sfPropelPlugin\lib\vendor\propel-generator\classes\propel\engine\builder\om\php5\PHP5ObjectBuilder.php on line 133
I have changed memory limit in php.ini to memory_limit = 128M
But still it's throwing the above error.
Thanks