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

Fixed java compat crash #1798

Closed
wants to merge 1 commit into from
Closed

Conversation

prathmesh-stripe
Copy link
Contributor

Fixes crash caused by OutOfMemoryException by the compiler. Heap dump suggested that Lombok might need more memory. Therefore increased the maximum heap size for gradle worker daemon.

@prathmesh-stripe prathmesh-stripe self-assigned this May 7, 2024
Copy link
Contributor

@helenye-stripe helenye-stripe left a comment

Choose a reason for hiding this comment

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

Just a request

@@ -75,6 +75,8 @@ tasks.withType(Test) {

compileJava {
options.compilerArgs << "-Werror"
options.forkOptions.jvmArgs << '-Xmx1024m'
Copy link
Contributor

Choose a reason for hiding this comment

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

On line 34 we do something similar. Can you check if you can delete those lines and still have this succeed?

@prathmesh-stripe
Copy link
Contributor Author

OOMException was not the root cause of why our builds were failing.

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.

None yet

2 participants