php遇到Allowed memory size of 134217728 bytes exhausted问题解决方法
Posted 一生不过烟花
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php遇到Allowed memory size of 134217728 bytes exhausted问题解决方法相关的知识,希望对你有一定的参考价值。
终端报出了Allowed memory size of 134217728 bytes exhausted错误,而且重启电脑再次执行仍然是一样。上网查了查,是因为php默认内存限制是128M,所以需要修改php.ini文件。
查找到memory_limit = 128M这一行,将128M改大点,我这里直接是改成了2048M。
2、重启服务器,通过sudo /usr/sbin/apachectl restart来重启apache服务器,当然其实用终端执行php的话,不重启服务器也是可以的。
3、重新执行php文件,成功,OK
以上是关于php遇到Allowed memory size of 134217728 bytes exhausted问题解决方法的主要内容,如果未能解决你的问题,请参考以下文章
PHP:Allowed memory size of 134217728 bytes exhausted问题解决方法
php的Allowed memory size of 134217728 bytes exhausted问题
执行php程序的时候,报错Allowed memory size of 134217728 bytes exhausted (tried to allocate 83 bytes)
PHP的内存限制 Allowed memory size of 134217728 bytes exhausted (tried to allocate 1099 bytes) in
Allowed memory size of 134217728 bytes exhausted (tried to allocate 39845912 bytes)