summaryrefslogtreecommitdiffstats
path: root/testing/php-zend-opcache/opcache.ini
blob: a0f12025dd029e248e769cd8b4c105bd47ea5f10 (plain)
1
2
3
4
5
6
7
8
9
10
11
[OPcache]
;Recommended configuration options for best performance.
;zend_extension="{{extension_dir}}/opcache.so"
;opcache.enable=1
;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