Jurriaan Mous
06/22/2019, 8:40 AMCompilation failed: GC overhead limit exceeded
when running linkDebugTestMacos
. How do I higher the memory limit for the task/project? I have tried org.gradle.jvmargs=-Xmx4g
in the gradle.properties. I use gradle 5.1.1louiscad
06/22/2019, 9:14 AMJurriaan Mous
06/22/2019, 9:32 AMThomas
06/22/2019, 10:03 AMe: java.lang.OutOfMemoryError: Java heap space
However, if I run the gradle task from the terminal (like Xcode) I do not get the exception.Jurriaan Mous
06/22/2019, 11:19 AM