First Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
[www]
|
||||
; Static workers: no spawn latency under load.
|
||||
; Rule of thumb: (available container RAM in MB) / ~60 = max_children
|
||||
; At 512MB container: 8, at 1GB: 16. Start conservative.
|
||||
pm = static
|
||||
pm.max_children = 8
|
||||
pm.max_requests = 500
|
||||
@@ -0,0 +1,10 @@
|
||||
upload_max_filesize = 100M
|
||||
post_max_size = 100M
|
||||
memory_limit = 256M
|
||||
max_execution_time = 60
|
||||
|
||||
[opcache]
|
||||
opcache.enable = 1
|
||||
opcache.memory_consumption = 128
|
||||
opcache.validate_timestamps = 1
|
||||
opcache.revalidate_freq = 0
|
||||
@@ -0,0 +1,14 @@
|
||||
upload_max_filesize = 100M
|
||||
post_max_size = 100M
|
||||
memory_limit = 256M
|
||||
max_execution_time = 60
|
||||
|
||||
[opcache]
|
||||
opcache.enable = 1
|
||||
opcache.memory_consumption = 256
|
||||
opcache.interned_strings_buffer = 16
|
||||
opcache.max_accelerated_files = 20000
|
||||
opcache.revalidate_freq = 0
|
||||
opcache.validate_timestamps = 0
|
||||
opcache.jit = 1255
|
||||
opcache.jit_buffer_size = 64M
|
||||
Reference in New Issue
Block a user