Files
wordpress-docker/php-fpm/conf.d/40-opcache.ini
Elijah Duffy f3c65de9da
All checks were successful
php-fpm-build / build (7.4) (push) Successful in 5m6s
php-fpm: refactor with deterministic config files & improved debug
2025-12-08 19:26:15 -08:00

8 lines
199 B
INI

opcache.enable=1
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.revalidate_freq=2
opcache.fast_shutdown=1
opcache.enable_file_override=0