Files
docker-phpbb/3.1-apache/php5/conf.d/opcache.ini

8 lines
200 B
INI
Raw Normal View History

2017-07-17 14:21:34 +03:00
opcache.memory_consumption=64
2016-09-13 16:12:01 +03:00
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
2017-07-17 14:21:34 +03:00
opcache.validate_timestamps=0
opcache.revalidate_freq=0
2016-09-13 16:12:01 +03:00
opcache.fast_shutdown=1
opcache.enable_cli=1