2023/05/16

PHP Enable Opcache JIT

vim /etc/php/8.2/mods-available/opcache.ini
opcache.jit=on
opcache.jit=1205
opcache.jit_buffer_size=512M
參考資料:https://www.laruence.com/2020/06/27/5963.html