Skip to content

Commit

Permalink
disable jit
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplan-michael committed Dec 19, 2023
1 parent ad70af0 commit 06574df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/container_images/php/10-opcache.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ opcache.memory_consumption=256
opcache.max_wasted_percentage=10
opcache.interned_strings_buffer=16
opcache.fast_shutdown=1
opcache.jit_buffer_size=500000000
opcache.jit=1235
;opcache.jit_buffer_size=500000000
;opcache.jit=1235


; Determines if Zend OPCache is enabled for the CLI version of PHP
Expand Down

0 comments on commit 06574df

Please sign in to comment.