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

tweak JVM options to better handle project cardinality #2086

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

bjaglin
Copy link
Collaborator

@bjaglin bjaglin commented Sep 27, 2024

Lately, we have seen many warnings like this on JDK8.

[warn] In the last 10 seconds, 8.954 (97.6%) were spent in GC. [Heap: 0.20GB free of 1.76GB, max 1.78GB] Consider increasing the JVM heap using `-Xmx` or try a different collector, e.g. `-XX:+UseG1GC`, for better performance.

The cardinality/complexity of the build has greatly increased with #2034 and #2023, so it's probably time for a little refresh of the JVM options.

@bjaglin bjaglin marked this pull request as ready for review September 27, 2024 21:17
@bjaglin bjaglin merged commit f2818e5 into main Sep 27, 2024
9 checks passed
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.

1 participant