1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00
librenms-docker/rootfs/tpls/etc/php7/conf.d/opcache.ini
2019-11-19 14:10:17 +01:00

7 lines
206 B
INI

opcache.enable=1
opcache.enable_cli=1
opcache.fast_shutdown=1
opcache.memory_consumption=@OPCACHE_MEM_SIZE@
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=10000
opcache.revalidate_freq=60