Why symfony 1.2 is throwing Out of Memory error?

96 Views Asked by At

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

1

There are 1 best solutions below

3
wadleo On

Sorry but check your disk space, it looks like the available disk space for disk D(where xampp is installed) is very small.