11 lines
371 B
INI
11 lines
371 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=${PHP_OPCACHE_MAX_WASTED_PERCENTAGE}
|
|
opcache.interned_strings_buffer=16
|
|
|
|
opcache.fast_shutdown=1 |