*PC Maintenance* FREE Diagnostic

Useful advice on jobs, careers and entrepreneurship in Finland. Find job postings, job information, work permits and more.
Post Reply
peckpeck20
Posts: 51
Joined: Tue Dec 04, 2012 5:09 am

*PC Maintenance* FREE Diagnostic

Post by peckpeck20 » Thu Jan 10, 2013 7:40 pm

Greetings,
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 :D



*PC Maintenance* FREE Diagnostic

Sponsor:

Finland Forum Ad-O-Matic
 

whatUwant
Posts: 11
Joined: Sun Dec 30, 2012 2:54 am

Re: *PC Maintenance* FREE Diagnostic

Post by whatUwant » Fri Jan 11, 2013 3:19 am

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 !!!
which version of php is running? is eaccelerator or apc extension enabled? what does the fpm log say?

peckpeck20
Posts: 51
Joined: Tue Dec 04, 2012 5:09 am

Re: *PC Maintenance* FREE Diagnostic

Post by peckpeck20 » Fri Jan 11, 2013 1:47 pm

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 !!!

Send me the log :D

whatUwant
Posts: 11
Joined: Sun Dec 30, 2012 2:54 am

Re: *PC Maintenance* FREE Diagnostic

Post by whatUwant » Sat Jan 12, 2013 10:43 pm

roger_roger wrote:
whatUwant wrote:which version of php is running? is eaccelerator or apc extension enabled? what does the fpm log say?
I use APC 1.3.9 with PHP 5.4.6

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....
I see some "child xxxxx exited on signal 11" which mean segment faults.
Here is a bug report about segfault on PHP 5.4.6+APC 3.1.13 : https://bugs.php.net/bug.php?id=63005
Maybe you can try upgrading APC to version 3.1.14.


Post Reply