Disable PHP opcache.jit
This commit is contained in:
parent
4132f6bd48
commit
a4970397f1
@ -7,9 +7,10 @@ opcache.interned_strings_buffer=16
|
|||||||
opcache.max_accelerated_files=10000
|
opcache.max_accelerated_files=10000
|
||||||
opcache.memory_consumption=128
|
opcache.memory_consumption=128
|
||||||
opcache.save_comments=1
|
opcache.save_comments=1
|
||||||
opcache.revalidate_freq=120
|
|
||||||
opcache.validate_timestamps=0
|
opcache.validate_timestamps=0
|
||||||
|
|
||||||
; JIT
|
; JIT
|
||||||
opcache.jit=1255
|
; Disabled for now due to some PHP segmentation faults observed
|
||||||
opcache.jit_buffer_size=8M
|
; in certain environments. Possibly some PHP or PHP extension bug.
|
||||||
|
opcache.jit=disable
|
||||||
|
opcache.jit_buffer_size=0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user