Commit 0cfdf253 authored by Mark Harding's avatar Mark Harding
Browse files

(chore): halve the resources required

parent cef1b85a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
opcache.enable=1
opcache.enable=1
opcache.memory_consumption=2046
opcache.memory_consumption=1024
opcache.interned_strings_buffer=64
opcache.interned_strings_buffer=64
opcache.max_accelerated_files=65407
opcache.max_accelerated_files=65407
opcache.validate_timestamps=0
opcache.validate_timestamps=0
+1 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,7 @@ listen.backlog = -1




pm = static
pm = static
pm.max_children = 500
pm.max_children = 250
pm.max_requests = 2000
pm.max_requests = 2000
pm.status_path = /status
pm.status_path = /status


+2 −2
Original line number Original line Diff line number Diff line
log_errors = On
log_errors = On
error_log = /dev/stderr
error_log = /dev/stderr
upload_max_filesize = 4G
upload_max_filesize = 1G
post_max_size = 4G
post_max_size = 1G
 No newline at end of file
 No newline at end of file