2016-07-18 01:55:59 -04:00
|
|
|
zend_extension=opcache.so
|
|
|
|
opcache.enable=1
|
|
|
|
opcache.enable_cli=1
|
|
|
|
opcache.fast_shutdown=1
|
2018-02-17 04:21:10 -05:00
|
|
|
opcache.memory_consumption=<OPCACHE_MEMORY_LIMIT>
|
2016-07-18 01:55:59 -04:00
|
|
|
opcache.interned_strings_buffer=16
|
2018-02-17 04:21:10 -05:00
|
|
|
opcache.max_accelerated_files=7963
|
2016-07-18 01:55:59 -04:00
|
|
|
opcache.revalidate_freq=60
|