Increase file limit for php-fpm
This commit is contained in:
parent
9aee542c18
commit
b20f001731
@ -3,3 +3,4 @@ pm.max_children = 800
|
|||||||
pm.start_servers = 200
|
pm.start_servers = 200
|
||||||
pm.min_spare_servers = 200
|
pm.min_spare_servers = 200
|
||||||
pm.max_spare_servers = 600
|
pm.max_spare_servers = 600
|
||||||
|
rlimit_files = 4096
|
||||||
|
Loading…
x
Reference in New Issue
Block a user