!LOCAL Add tuned php-fpm config for increasing process count
This commit is contained in:
5
php-fpm/php-fpm.ini
Normal file
5
php-fpm/php-fpm.ini
Normal 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
|
||||
Reference in New Issue
Block a user