23 lines
558 B
INI
23 lines
558 B
INI
; rieger-spirit php-tuning für nextcloud
|
|
memory_limit = 1024M
|
|
upload_max_filesize = 16G
|
|
post_max_size = 16G
|
|
max_execution_time = 3600
|
|
max_input_time = 3600
|
|
output_buffering = 0
|
|
date.timezone = Europe/Zurich
|
|
|
|
; opcache + JIT
|
|
opcache.enable = 1
|
|
opcache.enable_cli = 1
|
|
opcache.interned_strings_buffer = 32
|
|
opcache.max_accelerated_files = 10000
|
|
opcache.memory_consumption = 256
|
|
opcache.save_comments = 1
|
|
opcache.revalidate_freq = 60
|
|
opcache.jit = 1255
|
|
opcache.jit_buffer_size = 128M
|
|
|
|
; APCu als lokaler cache (im offiziellen image enthalten)
|
|
apc.enable_cli = 1
|