We are scanning our largest repo GitHub - odpi/egeria: Egeria core
I’ve noticed incomplete build results, and on checking the log see that the build does not complete with:
Caused by: java.lang.OutOfMemoryError: Java heap space
In our lift.toml we currently only have:
jdkVersion = "17"
build = "./gradlew -x test -x javadoc build"
In our gradle.properties
org.gradle.jvmargs=-Xmx4096m
I’ve not seen issues elsewhere.
What are the memory limits for the sonatype scan?