For php-fpm default any linux core:
#https://thisinterestsme.com/php-fpm-settings/
pm = static # Good for high traffics
pm.max_children = 25
pm.start_servers = 5
pm.min_spare_servers = 5
pm.max_spare_servers = 10
pm.max_requests = 1000
Hướng dẫn cài...