Out of memory error in symfony

前端 未结 6 1872
心在旅途
心在旅途 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:57

    You either disable symfony profiler (I don't think this is what you want as far as I know) or set limit to unlimited with -1 in your php.ini and restart apache.

    memory_limit = -1
    

提交回复
热议问题