forked from infra/ansible
Forgot to add opcache.ini.
This commit is contained in:
parent
37aef461cf
commit
c7e4dd4173
11
roles/owncloud/files/opcache.ini
Normal file
11
roles/owncloud/files/opcache.ini
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
; configuration for php opcache module
|
||||||
|
; priority=10
|
||||||
|
zend_extension=opcache.so
|
||||||
|
|
||||||
|
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…
Reference in New Issue
Block a user