Link to home
Start Free TrialLog in
Avatar of tjyoung
tjyoung

asked on

Trying to get optimum settings for php 7.4 Pool Config

Hi,,

running a EC2 Server

16vCPU

64G Ram




Trying to figure out what settings I should be using to avoid the warnings etc. like I'm getting below:

[19-Nov-2021 13:16:53] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 27 idle, and 87 total children


Currently:

dynamic
pm.max_children = 200

pm.start_servers = 64
pm.min_spare_servers = 32
pm.max_spare_servers = 64
pm.max_requests = 500

Any ideas? Not sure how much is crazy etc.

ASKER CERTIFIED SOLUTION
Avatar of David Favor
David Favor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial