!LOCAL Add tuned php-fpm config for increasing process count

This commit is contained in:
2025-05-01 14:19:44 -04:00
parent 8a5a56dc50
commit 9aee542c18
2 changed files with 8 additions and 0 deletions

5
php-fpm/php-fpm.ini Normal file
View File

@@ -0,0 +1,5 @@
pm = static
pm.max_children = 800
pm.start_servers = 200
pm.min_spare_servers = 200
pm.max_spare_servers = 600