update nextcloud opcache settings

This commit is contained in:
Roman Hoellen 2018-09-25 09:53:44 +02:00
parent 12e6dfbe91
commit 07fc3e3f94

View File

@ -1,8 +1,8 @@
zend_extension=opcache.so zend_extension=opcache.so
opcache.enable=1 opcache.enable=1
opcache.enable_cli=1 opcache.enable_cli=1
opcache.fast_shutdown=1
opcache.memory_consumption=<OPCACHE_MEM_SIZE> opcache.memory_consumption=<OPCACHE_MEM_SIZE>
opcache.interned_strings_buffer=16 opcache.interned_strings_buffer=16
opcache.save_comments=1
opcache.max_accelerated_files=10000 opcache.max_accelerated_files=10000
opcache.revalidate_freq=60 opcache.revalidate_freq=60