blackbirdchess-docker-dev/php-fpm/opcache.ini

10 lines
319 B
INI
Raw Normal View History

2017-02-19 06:26:18 +01:00
; NOTE: The actual opcache.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-opcache.ini)
2016-09-15 16:47:58 +02:00
opcache.enable="1"
opcache.memory_consumption="256"
opcache.use_cwd="0"
opcache.max_file_size="0"
2017-02-10 21:37:03 +01:00
opcache.max_accelerated_files = 30000
opcache.validate_timestamps="1"
opcache.revalidate_freq="0"