We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb6a1b commit 12b8a63Copy full SHA for 12b8a63
.github/workflows/nightly.yml
@@ -340,8 +340,10 @@ jobs:
340
- name: Enable Opcache and JIT
341
run: |
342
echo zend_extension=opcache.so > /etc/php.d/opcache.ini
343
+ echo opcache.enable=1 >> /etc/php.d/opcache.ini
344
echo opcache.enable_cli=1 >> /etc/php.d/opcache.ini
345
echo opcache.protect_memory=1 >> /etc/php.d/opcache.ini
346
+ echo opcache.jit=tracing >> /etc/php.d/opcache.ini
347
echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
348
echo opcache.jit_max_root_traces=100000 >> /etc/php.d/opcache.ini
349
echo opcache.jit_max_side_traces=100000 >> /etc/php.d/opcache.ini
0 commit comments