Difference between revisions of "PHP pm"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
  
 
== See also ==
 
== See also ==
 +
* {{PHP-fpm}}
 
* {{PHP}}
 
* {{PHP}}

Revision as of 05:33, 23 September 2022

cat /etc/php/7.*/fpm/pool.d/www.conf | grep pm | grep -v ";"
listen = /run/php/php7.2-fpm.sock
pm = dynamic
pm.max_children = 8
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3


See also

Advertising: