首页 > out

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

阅读全文