Maison  >  Article  >  développement back-end  >  Fatal error: Allowed memory size of 8388608 bytes exhausted解决办法

Fatal error: Allowed memory size of 8388608 bytes exhausted解决办法

WBOY
WBOYoriginal
2016-06-13 10:21:111085parcourir

Fatal error: Allowed memory size of 8388608 bytes exhausted
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 24576 bytes) in D:\wamp\php\PEAR\symfony\yaml\sfYamlInline.php on line 398
转到Doctrine数据模型自动生成的页面的时候,报的错误。。。。。。
php.ini 中的设置: memory_limit = 512M ; Maximum amount of memory a script may consume (512MB)
是不是还有别的地方也要进行设置??啊啊啊啊。。。好急啊!求助!help!!!

------解决方案--------------------
memory_limit = 512M ;
我觉得你的设置并没有生效。

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn