Heim  >  Artikel  >  Backend-Entwicklung  >  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:111086Durchsuche

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 ;
我觉得你的设置并没有生效。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn