Skip to content

Commit caa4a5d

Browse files
committed
Increase JIT buffer size to next logical unit
It's configured to be `100M` now, which results in: ``` opcache.jit_buffer_size => 64M => 64M ``` By setting it to `128M` we get the full `128MB`
1 parent 5378c96 commit caa4a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php/cli/conf/jit.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
opcache.enable_cli=1
2-
opcache.jit_buffer_size=100M
2+
opcache.jit_buffer_size=128M
33
opcache.jit=1255

0 commit comments

Comments
 (0)