From 75ad55892c781e05b2eb6a0201d13996eb569a9d Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 14 May 2019 09:47:04 -0700 Subject: [PATCH] Increase Gradlew JVM Heap size to 1 GB. --- gradlew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradlew b/gradlew index cccdd3d5..8c56176f 100755 --- a/gradlew +++ b/gradlew @@ -28,7 +28,7 @@ APP_NAME="Gradle" APP_BASE_NAME=`basename "$0"` # Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. -DEFAULT_JVM_OPTS="" +DEFAULT_JVM_OPTS="-Xmx1024m" # Use the maximum available, or set MAX_FD != -1 to use that value. MAX_FD="maximum"