Files
docker-phpbb/php/conf.d/opcache.ini

8 lines
233 B
INI
Raw Normal View History

2017-07-17 14:21:34 +03:00
opcache.memory_consumption=64
2017-02-06 17:57:15 +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
2017-02-06 17:57:15 +03:00
opcache.fast_shutdown=1
opcache.enable_cli=1
2017-07-17 14:20:21 +03:00
opcache.file_cache=/phpbb/opcache