mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-16 15:01:28 +00:00
10 lines
287 B
INI
10 lines
287 B
INI
; NOTE: The actual opcache.so extention is NOT SET HERE but rather (/usr/local/etc/php/conf.d/docker-php-ext-opcache.ini)
|
|
opcache.enable=1
|
|
opcache.memory_consumption=128
|
|
opcache.max_accelerated_files=30000
|
|
opcache.revalidate_freq=0
|
|
|
|
# JIT
|
|
opcache.jit_buffer_size=64M
|
|
opcache.jit=tracing
|