rector/.docker/php/opcache.ini

11 lines
266 B
INI
Raw Normal View History

2020-01-26 15:36:02 +01:00
[opcache]
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1
opcache.enable=1
2020-01-26 16:34:32 +01:00
opcache.file_cache='/tmp/opcache'
opcache.file_update_protection=0