9 lines
336 B
INI
9 lines
336 B
INI
[opcache]
|
|
opcache.enable=1
|
|
opcache.revalidate_freq=0
|
|
opcache.validate_timestamps=${PHP_OPCACHE_VALIDATE_TIMESTAMPS}
|
|
opcache.max_accelerated_files=${PHP_OPCACHE_MAX_ACCELERATED_FILES}
|
|
opcache.memory_consumption=${PHP_OPCACHE_MEMORY_CONSUMPTION}
|
|
opcache.max_wasted_percentage=10
|
|
opcache.interned_strings_buffer=16
|
|
opcache.fast_shutdown=1
|