nextcloud: add variables for apc and opcache memory size

This commit is contained in:
Wonderfall
2016-09-19 13:14:53 +02:00
parent d2969c59ea
commit 649cf6c819
13 changed files with 26 additions and 12 deletions

View File

@ -2,7 +2,7 @@ zend_extension=opcache.so
opcache.enable=1
opcache.enable_cli=1
opcache.fast_shutdown=1
opcache.memory_consumption=128
opcache.memory_consumption=<OPCACHE_MEM_SIZE>
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=5413
opcache.revalidate_freq=60