码迷,mamicode.com
首页 > 其他好文 > 详细

Allowed memory size of 134217728 bytes exhausted

时间:2019-05-01 10:23:42      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:init.d   locate   error   fast   ror   std   内存限制   sage   ini文件   

错误信息:
1,浏览器报500页面,
2,nginx日志报错信息如下:
[error] 11243#0: *11550 FastCGI sent in stderr: "PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 57257775 bytes)

解决方法:
因为php默认内存限制是128M,所以需要修改php.ini文件。
找到memory_limit = 128M这一行,将128M改大点,我这里直接是改成了1024M。
重启相关服务:
/etc/init.d/php-fpm restart
/etc/init.d/nginx restart

Allowed memory size of 134217728 bytes exhausted

标签:init.d   locate   error   fast   ror   std   内存限制   sage   ini文件   

原文地址:https://blog.51cto.com/hunkz/2387604

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!