Skip to content

Commit

Permalink
Disable JIT
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed May 26, 2024
1 parent b2c9c27 commit 4203228
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions config/opcache.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
[opcache]

opcache.enable=1
opcache.enable_cli=1
opcache.memory_consumption=192
opcache.interned_strings_buffer=10
opcache.max_accelerated_files=10000
opcache.max_wasted_percentage=10
opcache.revalidate_freq=60
opcache.jit_buffer_size=256M
opcache.jit=1235
opcache.enable=1;
opcache.memory_consumption=128;
opcache.interned_strings_buffer=8;
opcache.max_accelerated_files=4000;
opcache.revalidate_freq=60;

0 comments on commit 4203228

Please sign in to comment.