jit_bugs/php.ini

30 lines
726 B
INI
Raw Normal View History

2023-10-23 21:59:18 +02:00
memory_limit = -1
zend.assertions = 1
display_errors = On
display_startup_errors = On
[opcache]
zend_extension=opcache
opcache.memory_consumption=4096M
opcache.enable=1
opcache.enable_cli=1
opcache.jit=tracing
opcache.validate_timestamps=0
2024-11-19 13:29:53 +01:00
opcache.jit_buffer_size=128M
2023-10-23 21:59:18 +02:00
opcache.file_update_protection=0
opcache.max_accelerated_files=1000000
opcache.interned_strings_buffer=64
opcache.jit_prof_threshold=0.000000001
2024-11-19 13:29:53 +01:00
opcache.jit_max_root_traces= 100000
opcache.jit_max_side_traces= 100000
opcache.jit_max_exit_counters=100000
2023-10-23 21:59:18 +02:00
opcache.jit_hot_loop=1
opcache.jit_hot_func=1
opcache.jit_hot_return=1
opcache.jit_hot_side_exit=1
opcache.jit_blacklist_root_trace=255
opcache.jit_blacklist_side_trace=255
2023-10-24 10:23:08 +02:00
opcache.protect_memory=1