Sheratan
Well-known member
From the beginning, I used default php5-fpm configuration in www.conf
2 days ago, some warning appeared in php5-fpm.log
I trying to tweak my www.conf
But the the warning is still there:
Then I try to change pm.max_children to
Still warning...
Any suggestion?
It's a 1GB RAM VPS, running PHP 5.5.9 with xcache 3.1.0. My xenforo forum is the only website in there. 25-15 user active each day, with average 40-50 post each day.
Code:
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
2 days ago, some warning appeared in php5-fpm.log
Code:
[16-Feb-2014 09:02:11] WARNING: [pool www] server reached pm.max_children setting (5), consider raising it
I trying to tweak my www.conf
Code:
pm = dynamic
pm.max_children = 10
pm.start_servers = 3
pm.min_spare_servers = 2
pm.max_spare_servers = 5
pm.max_requests = 500
But the the warning is still there:
Code:
[17-Feb-2014 09:24:29] WARNING: [pool www] server reached pm.max_children setting (10), consider raising it
Then I try to change pm.max_children to
Code:
pm.max_children = 13
Still warning...
Code:
[18-Feb-2014 15:47:27] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 10 total children
[18-Feb-2014 15:47:28] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 16 children, there are 0 idle, and 12 total children
[18-Feb-2014 15:47:29] WARNING: [pool www] server reached pm.max_children setting (13), consider raising it
[18-Feb-2014 15:49:58] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 10 total children
[18-Feb-2014 15:49:59] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 16 children, there are 0 idle, and 12 total children
[18-Feb-2014 15:50:00] WARNING: [pool www] server reached pm.max_children setting (13), consider raising it
Any suggestion?
It's a 1GB RAM VPS, running PHP 5.5.9 with xcache 3.1.0. My xenforo forum is the only website in there. 25-15 user active each day, with average 40-50 post each day.