autonomousapps / dependency-analysis-gradle-plugin

Gradle plugin for JVM projects written in Java, Kotlin, Groovy, or Scala; and Android projects written in Java or Kotlin. Provides advice for managing dependencies and other applied plugins
Apache License 2.0
1.66k stars 116 forks source link

Explicit memory settings #1166

Closed seregamorph closed 2 months ago

seregamorph commented 2 months ago

We build the project in a container with 10G memory and in most cases it hangs in a random place (occasionally it passes successfully). The main assumption here is default memory settings resolved from environment. After some experiments I've found that this simple change stabilizes the build (reproducible).