From 803e883686d88ecf6572ffbbb5d8279b4fb6e782 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 JVM 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 229c37ac..2435ea22 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.11.0 byteBuddyVersion=1.9.10