From e71084dac1597f5d3a3ba081b2ce6ff584d7f2e9 Mon Sep 17 00:00:00 2001 From: Alessandro Solimando Date: Wed, 26 Feb 2025 18:59:27 +0100 Subject: [PATCH] [CALCITE-6865] Sonar analysis fails due to OOM - Increased JVM heap max memory to 2GB --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 2f590876217..6a7e1016114 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -org.gradle.jvmargs=-XX:+UseG1GC -Xmx1536m -XX:MaxMetaspaceSize=512m +org.gradle.jvmargs=-XX:+UseG1GC -Xmx2g -XX:MaxMetaspaceSize=512m org.gradle.parallel=true # Build cache can be disabled with --no-build-cache option org.gradle.caching=true