Page MenuHomePhabricator
Paste P7880

(An Untitled Masterwork)
ActivePublic

Authored by Paladox on Dec 3 2018, 6:41 PM.
Tags
None
Referenced Files
F27367016:
Dec 3 2018, 6:41 PM
Subscribers
None
listen.allowed_clients = 127.0.0.1
listen.backlog = 256
pm = dynamic
-pm.max_children = 16
+pm.max_children = 8
pm.max_requests = 100000
pm.status_path = /status
access.format = %{%Y-%m-%dT%H:%M:%S}t [%p] %{microseconds}d %{HTTP_HOST}e/%r %m/%s %{mega}M
slowlog = /var/log/php7.2-fpm-www-slowlog.log
request_slowlog_timeout = 15
-pm.max_spare_servers = 10
-pm.min_spare_servers = 2
+pm.max_spare_servers = 3
+pm.min_spare_servers = 1
+pm.start_servers = 1
request_terminate_timeout = 15