]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7255
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 28 Jan 2025 09:20:06 +0000 (10:20 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 28 Jan 2025 09:20:06 +0000 (10:20 +0100)
.docker/config/php/fpm.conf
.docker/config/php/php.ini

index 9cc8b92d48ee4547f9bc875ec26f166160e39b84..b4a955b9d49a2101af4f42ee138232904f57c595 100644 (file)
@@ -30,8 +30,8 @@ user = 1001
 group = 33
 
 pm = dynamic
-pm.max_children = 320
-pm.start_servers = 180
-pm.min_spare_servers = 160
-pm.max_spare_servers = 240
+pm.max_children = 32
+pm.start_servers = 18
+pm.min_spare_servers = 16
+pm.max_spare_servers = 24
 pm.max_requests = 1000
index a56e9509124bfa479dc523713a184cc78b98a192..f7d96c601e1971e8949efca109825cfba62e2d02 100644 (file)
@@ -3,6 +3,6 @@ max_file_uploads = 10000
 post_max_size = 100G
 error_log = /proc/self/fd/2
 log_errors = 1
-memory_limit = 12G
+memory_limit = 8G
 max_input_vars = 1000000
 max_execution_time = 90