Skip to content
Discussion options

You must be logged in to vote

Hello @laboeni 👋

Thanks for the detailed follow-up.

Regarding the timeline: the empty org.gradle.jvmargs= entry in ~/.gradle/gradle.properties is not something that was introduced around September 11.. it has been part of the build environment forever. Nothing was deployed between September 4 and September 11 that would cause your issue.

What likely changed is the amount of memory available to the JVM during a particular build. The build is running on shared infrastructure, so the resources available to a particular build can vary. In your case, the JVM isn't receiving the project's -Xmx8G setting because the empty org.gradle.jvmargs= in the Gradle user-home properties takes precedence. I…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@dtrdic
Comment options

Answer selected by laboeni
@laboeni
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants