share-lt/docker/php/conf.d/opcache.ini

9 lines
221 B
INI
Raw Permalink Normal View History

2026-01-25 16:03:51 +00:00
opcache.enable=1
opcache.enable_cli=0
opcache.memory_consumption=256
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=100000
opcache.validate_timestamps=0
opcache.revalidate_freq=0
opcache.save_comments=1