I'm a computer technician
I can fix software and hardware related issues.
If anyone needs of my services contact me at peckpeck20@hotmail.com
I am happy to give anyone a free diagnostic

which version of php is running? is eaccelerator or apc extension enabled? what does the fpm log say?roger_roger wrote:glad I found you here....
I have PHP-FPM config with 20 child processes, 6 to start with, 6 as backup, and rest for use. The problem is when the system reaches 16000 concurrent users, almost 6 of child processes goes zombie, and I have to kill it manually.... right now I have set some cron job to deal with it, but thats not the good solution. Can you help me fix this ? I can send you my debug log, if you are interested !!!
roger_roger wrote:glad I found you here....
I have PHP-FPM config with 20 child processes, 6 to start with, 6 as backup, and rest for use. The problem is when the system reaches 16000 concurrent users, almost 6 of child processes goes zombie, and I have to kill it manually.... right now I have set some cron job to deal with it, but thats not the good solution. Can you help me fix this ? I can send you my debug log, if you are interested !!!
I see some "child xxxxx exited on signal 11" which mean segment faults.roger_roger wrote:I use APC 1.3.9 with PHP 5.4.6whatUwant wrote:which version of php is running? is eaccelerator or apc extension enabled? what does the fpm log say?
The Log doesn't give much information, it says child process killed, thats all... I have been trying this out in other tech forums too...
Part of the logs from yesterday http://pastebin.com/3s7MNPer
The PHP-FPM configuration http://pastebin.com/0yUgDJcu
I'm on Ubuntu 12.10 32 bit server....