Allowed memory size of 134217728 bytes exhausted

錯誤信息:
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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章