- Joined
- Jul 10, 2016
- Messages
- 198
- Points
- 18
In terms of speed, which is better for PHP-FPM configurations?
I see almost PHP-FPM have configurations like this
What if I change to
Any advice?
I see almost PHP-FPM have configurations like this
Code:
[pool_name]
...
pm = [B]dynamic[/B]
pm.max_children = 5
pm.start_servers = 3
pm.min_spare_servers = 2
pm.max_spare_servers = 4
pm.max_requests = 200
Code:
pm = ondemand