Thanks Dawid for this change! It is working great with JDK-16 On Thu, Aug 26, 2021 at 4:08 AM <[email protected]> wrote: > - "org.gradle.jvmargs=-Xmx3g", // TODO figure out why "gradlew > check" runs out of memory if 2g
I am curious about this, are we sure 3GB is needed? I specify only 1GB and run 'gradle check' and it passes for me. NOTE: i do also disable the daemon, so if its a memory-leak issue over time, I wouldn't be seeing that. But cranking Xmx wouldn't truly "solve" that anyway. > - "# You may disable the background daemon if it consumes too > much memory.", > - "org.gradle.daemon=true", > - "org.gradle.daemon.idletimeout=900000", // timeout after 15 > mins. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
