-
Notifications
You must be signed in to change notification settings - Fork 3k
Set gradle build heap size to avoid build failure #1847
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
Conversation
|
This build failure is similar to #1817 (cc @pvary) with the error: and |
|
@pvary Thanks for the info to get the test log. |
Set gradle build heap size to avoid build failure because JVM heap space is exhausted.
e0fdfb4 to
279c96e
Compare
|
@jun-he: the fix for the Metrics error is merged. You might want to rebase and run the tests again. |
|
@rdblue @aokolnychyi Can you please review it for the issue #1846 (i.e. |
|
@jun-he, is this still happening after the other fixes? I'd like to avoid increasing the heap size if we don't need to. Sometimes failures like this can help us catch runtime issues. |
|
@rdblue Yes, it is still happening with the latest master (commit |
|
Sounds good to me then. I don't think this would hurt anything. |
Set gradle build heap size to avoid build failure because JVM heap space is exhausted.
For #1846.