Skip to content

Conversation

iluuu1994
Copy link
Member

@iluuu1994 iluuu1994 commented Oct 11, 2023

Note to self for merging:

  • PHP-8.2
    • --no-progress
  • master
    •  -d opcache.jit_buffer_size=64M
       -d opcache.jit_max_root_traces=1000000
       -d opcache.jit_max_side_traces=1000000
       -d opcache.jit_max_exit_counters=1000000
       -d opcache.jit_hot_loop=1
       -d opcache.jit_hot_func=1
       -d opcache.jit_hot_return=1
       -d opcache.jit_hot_side_exit=1
      

@danog
Copy link
Contributor

danog commented Oct 11, 2023

100000 should be the correct value actually, 1000000 seems to completely disable JIT due to excessive size of the JIT buffers.

@danog
Copy link
Contributor

danog commented Oct 11, 2023

btw fixed this in #12406

@iluuu1994 iluuu1994 closed this in 4332546 Oct 12, 2023
@iluuu1994 iluuu1994 deleted the circle-ci branch December 8, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants