nextcloud/webservice/nextcloud_php.ini

17 lines
323 B
INI

opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1
memory_limit = 1G
apc.enable_cli=1
apc.enable=1
upload_max_filesize=1G
post_max_size=1G
max_execution_time=3600
max_input_time=3600