-
-
Notifications
You must be signed in to change notification settings - Fork 783
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
Increase memory available to gradle integration test daemon #3938
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3938 +/- ##
=========================================
Coverage 83.44% 83.44%
Complexity 3149 3149
=========================================
Files 456 456
Lines 9014 9014
Branches 1754 1754
=========================================
Hits 7522 7522
Misses 565 565
Partials 927 927 Continue to review full report at Codecov.
|
ddc2e0e
to
bbf3be8
Compare
Do we plan to merge this? |
Just increasing the memory does not feel right, but it seems like the only option for the moment as it does not seem to be possible to run the gradle test kit runner without daemon. Maybe this can bring some live to the discussion in #3778. |
But to answer your question. Yes, I would merge this for the time beeing. |
Trying to figure out why there is a OutOfMemoryError on the CI