Hello, I have a wordpress website using Nginx with PHP-FPM but sometimes when I try to post a article give me a blank page. When I go to nginx error log I saw this:
2014/05/02 17:41:35 [error] 3184#0: *25722 FastCGI sent in stderr: "PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 196608 bytes)$server: domain.com, request: "GET /wp-admin/post.php?post=135710&action=edit&message=6 HTTP/1.1", upstream: "fastcgi://unix:/var/www/vhosts/system/domain.com/php-fpm.sock:$
In PHP settings I have on memory limit: 24384M.
But I think is need to raise the memory limit of FastCGI right? How can I increase?
My server have 32GB of ram.
Thank you
Regards,
Pedro
2014/05/02 17:41:35 [error] 3184#0: *25722 FastCGI sent in stderr: "PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 196608 bytes)$server: domain.com, request: "GET /wp-admin/post.php?post=135710&action=edit&message=6 HTTP/1.1", upstream: "fastcgi://unix:/var/www/vhosts/system/domain.com/php-fpm.sock:$
In PHP settings I have on memory limit: 24384M.
But I think is need to raise the memory limit of FastCGI right? How can I increase?
My server have 32GB of ram.
Thank you
Regards,
Pedro
Last edited: