Increase Gradlew JVM Heap size to 1 GB.

This commit is contained in:
John Blum
2019-05-14 09:47:04 -07:00
parent b2e010d59c
commit 75ad55892c

2
gradlew vendored
View File

@@ -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"