mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
[fix] Opcache
This commit is contained in:
parent
8f53e68844
commit
e795b3fbbf
1 changed files with 7 additions and 0 deletions
7
conf/20-nextcloud.conf
Normal file
7
conf/20-nextcloud.conf
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
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
|
Loading…
Add table
Reference in a new issue