activate opcache
This commit is contained in:
parent
0a2f8febb1
commit
937cfa9e7d
3
rootfs/etc/confd/conf.d/02_opcache.ini.toml
Normal file
3
rootfs/etc/confd/conf.d/02_opcache.ini.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[template]
|
||||
src = "02_opcache.ini.tmpl"
|
||||
dest = "/etc/php7/conf.d/02_opcache.ini"
|
7
rootfs/etc/confd/templates/02_opcache.ini.tmpl
Normal file
7
rootfs/etc/confd/templates/02_opcache.ini.tmpl
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…
Reference in New Issue
Block a user