#conquext-build-error
1 messages · Page 1 of 1 (latest)
Hi there, based on the error log, it seems like you have a out of memory exception Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
maybe you want to increase the memory for your build server?
Thank you @pliant viper Is there a quick way to do this? I am on windows machine
https://stackoverflow.com/questions/47454257/gradle-how-to-increase-maximum-heap-size-for-the-gradle-daemon you can set it in the gradle.properties
Setting this value fixed the issue for me
org.gradle.jvmargs=-Xmx4096m
I appreciate your help @pliant viper
Happy to help 🙂