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

解決方法:
由於php默認內存限制是128M,因此須要修改php.ini文件。
找到memory_limit = 128M這一行,將128M改大點,我這裏直接是改爲了1024M。
重啓相關服務:
/etc/init.d/php-fpm restart
/etc/init.d/nginx restart nginx

相關文章
相關標籤/搜索