php错误Fatal error: Out of memory (allocated 262144)

前端之家收集整理的这篇文章主要介绍了php错误Fatal error: Out of memory (allocated 262144)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

昨天网站用着用着就提示了Fatal error: Out of memory (allocated 262144),后来百度搜索了一些解决方法,下面我分享给各位朋友。

从上面的Out of memory (allocated 262144)看出是超过了256MB了吧,这个我们只要调整一下PHP.ini中的一个参考即可,解决方法修改PHP.ini,加大memory_limit

修改PHP.ini,如下的区域:memory_limit = 64M    

猜你在找的PHP相关文章