1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-08-10 18:22:27 +00:00
Files
boinc
boring-nginx
cowrie
ghost
isso
lutim
lychee
nextcloud
10.0
9.0
daily
Dockerfile
apcu.ini
cron
nginx.conf
opcache.ini
php-fpm.conf
run.sh
supervisord.conf
README.md
nginx
nodejs
piwik
privatebin
rainloop
rutorrent
searx
subsonic
tor
LICENSE
dockerfiles/nextcloud/daily/opcache.ini
2016-07-01 12:11:22 +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=128
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=5413
opcache.revalidate_freq=60