1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-08-13 19:52:28 +00:00
Files
boring-nginx
cowrie
ghost
isso
lutim
lychee
nodejs
owncloud
Dockerfile
README.md
apcu.ini
cron
nginx.conf
opcache.ini
php-fpm.conf
run.sh
supervisord.conf
piwik
rainloop
reverse
rutorrent
searx
selfoss
subsonic
tor
zerobin
LICENSE
dockerfiles/owncloud/opcache.ini
2016-04-30 12:57:18 +02:00

9 lines
216 B
INI

zend_extension=opcache.so
opcache.enable=1
opcache.enable_cli=1
opcache.fast_shutdown=1
opcache.memory_consumption=256
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=5413
opcache.revalidate_freq=60