From 22c2f72410b7c329422c11b10268b1be0b81b75a Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 24 Jan 2020 19:14:30 -0800 Subject: [PATCH] Remove Gradle build min JVM Heap memory requirement (512m). Remove Gradle build max Metaspace size requirement of 512m. Remove Gradle build JVM Heap Dump on OutOfMemoryErrors. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 3a6bdf13..1bb8278d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -org.gradle.jvmargs=-Xms512m -Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 +org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 antlrVersion=2.7.7 apacheGeodeVersion=1.9.2 byteBuddyVersion=1.9.10