starting a new sever and im using php-fpm 7.1
keep getting warning like this
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 9 total children
i change my default www.conf to below but still getting warnings
my setting are
pm = dynamic
pm.max_children = 17
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
pm.process_idle_timeout = 10s;
pm.max_requests = 1000
server has 1 core cpu and 2gb ram running Ubuntu 18 with Apache
any tips ?
