Out of memory error in symfony

前端 未结 6 1877
心在旅途
心在旅途 2020-12-10 12:18

I\'m currently working on Symfony project (const VERSION =\'2.5.10\') and I am using xampp. PHP version is 5.5.19.

My problem is everytime I run my dev environment I

6条回答
  •  长情又很酷
    2020-12-10 12:58

    This may help :

    php -d memory_limit=-1 /usr/local/bin/composer require ggergo/sqlindexhintbundle 
    

提交回复
热议问题