forked from leftypol/leftypol
Apply suggested changes
This commit is contained in:
parent
3191ef3105
commit
39412b4427
5 changed files with 73 additions and 88 deletions
|
@ -1,11 +0,0 @@
|
|||
; based on https://github.com/dead-guru/devichan/blob/master/php-fpm/custom.ini
|
||||
|
||||
memory_limit = 2G
|
||||
max_execution_time = 30
|
||||
upload_max_filesize = 2G
|
||||
post_max_size = 2G
|
||||
pm = dynamic
|
||||
pm.max_children = 20
|
||||
pm.start_servers = 5
|
||||
pm.min_spare_servers = 3
|
||||
pm.max_spare_servers = 10
|
|
@ -2,9 +2,8 @@
|
|||
user = leftypol
|
||||
group = leftypol
|
||||
listen = 127.0.0.1:9000
|
||||
pm = dynamic
|
||||
pm.max_children = 200
|
||||
pm.start_servers = 10
|
||||
pm = static
|
||||
pm.max_children = 16
|
||||
pm.start_servers = 2
|
||||
pm.min_spare_servers = 1
|
||||
pm.max_spare_servers = 20
|
||||
pm.max_requests = 20000
|
||||
pm.max_spare_servers = 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue