We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4f652 commit 9ba1038Copy full SHA for 9ba1038
scripts/www_80.conf scripts/www_85.confscripts/www_80.conf renamed to scripts/www_85.conf
@@ -1,8 +1,8 @@
1
[global]
2
log_level = error
3
4
-pid = /run/php/php8.0-fpm.pid
5
-error_log = /var/log/php8.0-fpm.log
+pid = /run/php/php8.5-fpm.pid
+error_log = /var/log/php8.5-fpm.log
6
7
emergency_restart_threshold = 100
8
emergency_restart_interval = 1m
@@ -24,8 +24,12 @@ listen.group = www-data
24
listen.mode = 0660
25
26
pm = static
27
-pm.max_children = 24
28
-pm.max_requests = 100000
+
+; (PHP_RAM_GB x 1024) / 128
29
+pm.max_children = 64
30
31
+; CPU_thread x 1024
32
+pm.max_requests = 65536
33
34
rlimit_files = 524288
35
rlimit_core = 0
0 commit comments