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 590323c commit 2727ab9Copy full SHA for 2727ab9
.github/workflows/nightly.yml
@@ -400,7 +400,7 @@ jobs:
400
if: matrix.type != 'verify_type_inference'
401
run: |
402
echo opcache.jit=tracing >> /etc/php.d/opcache.ini
403
- echo opcache.jit_buffer_size=1G >> /etc/php.d/opcache.ini
+ echo opcache.jit_buffer_size=128M >> /etc/php.d/opcache.ini
404
echo opcache.jit_max_root_traces=100000 >> /etc/php.d/opcache.ini
405
echo opcache.jit_max_side_traces=100000 >> /etc/php.d/opcache.ini
406
echo opcache.jit_max_exit_counters=100000 >> /etc/php.d/opcache.ini
0 commit comments