首页  >  文章  >  后端开发  >  Fatal error: Out of memory (allocated 1916534784) (tried to allocate 44 bytes)解决办法

Fatal error: Out of memory (allocated 1916534784) (tried to allocate 44 bytes)解决办法

WBOY
WBOY原创
2016-06-13 12:58:021850浏览

Fatal error: Out of memory (allocated 1916534784) (tried to allocate 44 bytes)
Fatal error: Out of memory (allocated 1916534784) (tried to allocate 44 bytes) 

程序运行报了这个错,php.ini里memory_limit = 1024M
还是不行,不知道是怎么回事
------解决方案--------------------
memory_limit 的作用是限定 php 最大可使用的内存
你 memory_limit = 1024M
却有 1827.75M 可用!
应该说是你的 php 版本有问题

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn