add FPM worker tuning and architecture diagram
Increase PHP-FPM max_children from 5 to 12 to handle concurrent requests without queuing, sized for a ~3GB VPS. Add Mermaid architecture diagram to README.
This commit is contained in:
7
nextcloud/fpm-tuning.conf
Normal file
7
nextcloud/fpm-tuning.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
[www]
|
||||
pm = dynamic
|
||||
pm.max_children = 12
|
||||
pm.start_servers = 4
|
||||
pm.min_spare_servers = 2
|
||||
pm.max_spare_servers = 6
|
||||
pm.max_requests = 500
|
||||
Reference in New Issue
Block a user