comparison modules/website/files/opcache.ini @ 169:4efaba4fbe94 puppet-3.6

Expand PHP OpCache config in line with NextCloud recommendations
author IBBoard <dev@ibboard.co.uk>
date Fri, 01 Sep 2017 11:36:16 +0100
parents
children
comparison
equal deleted inserted replaced
168:b13e0de66b54 169:4efaba4fbe94
1 zend_extension=/usr/lib64/php/modules/opcache.so
2
3 //Recommended settings based on https://docs.nextcloud.com/server/12/go.php?to=admin-php-opcache
4 opcache.enable=1
5 opcache.enable_cli=1
6 opcache.interned_strings_buffer=8
7 opcache.max_accelerated_files=10000
8 opcache.memory_consumption=128
9 opcache.save_comments=1
10 opcache.revalidate_freq=1