Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move ARM build to CircleCI #12415

Closed
wants to merge 1 commit into from
Closed

Move ARM build to CircleCI #12415

wants to merge 1 commit into from

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