简体   繁体   中英

Why symfony 1.2 is throwing Out of Memory error?

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

抱歉,请检查您的磁盘空间,看起来磁盘D(安装了xampp的磁盘)的可用磁盘空间很小。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM