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

Use OMRPORT_CPU_TARGET for split list calculation #7315

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

amicic
Copy link
Contributor

@amicic amicic commented Apr 19, 2024

For Flat heap GCs, use OMRPORT_CPU_TARGET (rather than OMRPORT_CPU_ONLINE). It really is the number of h/w threads available to JVM process, if configured in a container or by some other OS specific means.

Same TARGET is used for other (and indirectly related) GC thread count caculation.

For Flat heap GCs, use OMRPORT_CPU_TARGET (rather than
OMRPORT_CPU_ONLINE). It really is the number of h/w threads available to
JVM process, if configured in a container or by some other OS specific
means.

Same TARGET is used for other (and indirectly related) GC thread count
caculation.

Signed-off-by: Aleksandar Micic <Aleksandar_Micic@ca.ibm.com>
@amicic
Copy link
Contributor Author

amicic commented Apr 19, 2024

@dmitripivkine, please review

@dmitripivkine
Copy link
Contributor

@babsingh Would you please help to merge it?

Copy link
Contributor

@babsingh babsingh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jenkins build all

@babsingh
Copy link
Contributor

jenkins build all

@babsingh
Copy link
Contributor

@babsingh babsingh merged commit 15eb2a8 into eclipse:master Apr 22, 2024
15 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants