mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 22:54:39 +01:00
33 lines
750 B
INI
33 lines
750 B
INI
memory_limit = -1
|
|
zend.assertions = 1
|
|
display_errors = On
|
|
display_startup_errors = On
|
|
|
|
ffi.enable=true
|
|
|
|
[opcache]
|
|
zend_extension=opcache
|
|
opcache.memory_consumption=256M
|
|
opcache.enable=1
|
|
opcache.enable_cli=1
|
|
opcache.jit=function
|
|
opcache.validate_timestamps=0
|
|
opcache.jit_buffer_size=128M
|
|
opcache.file_update_protection=0
|
|
opcache.max_accelerated_files=1000000
|
|
opcache.interned_strings_buffer=64
|
|
|
|
opcache.jit_prof_threshold=0.000000001
|
|
opcache.jit_max_root_traces= 10000000
|
|
opcache.jit_max_side_traces= 10000000
|
|
opcache.jit_max_exit_counters=10000000
|
|
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
|
|
|
|
opcache.protect_memory=1
|