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

Fix jvm thrashing in github actions. #3828

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

HoneySkull
Copy link
Collaborator

@HoneySkull HoneySkull commented Feb 3, 2024

Applied the same fix as the nightly-ci git hub action to the remaining github actions to prevent Gradle JVM memory thrashing when building from a clean project. This has been working with good performance with the Nightly-ci github action for the past few months.

See #3785

Copy link

codecov bot commented Feb 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3fc49e6) 10.63% compared to head (395ba0e) 10.63%.
Report is 17 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #3828      +/-   ##
============================================
- Coverage     10.63%   10.63%   -0.01%     
+ Complexity     5474     5472       -2     
============================================
  Files           834      834              
  Lines        113836   113830       -6     
  Branches      17198    17197       -1     
============================================
- Hits          12106    12101       -5     
+ Misses       100524   100522       -2     
- Partials       1206     1207       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NickAragua NickAragua merged commit 60aa059 into MegaMek:master Feb 4, 2024
6 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.

2 participants