SGF-445 - Remove MaxPermSize Java option from Gradle build.

This commit is contained in:
John Blum
2016-05-06 16:52:24 -07:00
parent 92de7a79d7
commit db41493cec
5 changed files with 116 additions and 125 deletions

2
gradlew vendored
View File

@@ -7,7 +7,7 @@
##############################################################################
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
GRADLE_OPTS="-XX:MaxPermSize=1024m -Xms256m -Xmx1024m $GRADLE_OPTS"
GRADLE_OPTS="-Xms256m -Xmx1024m $GRADLE_OPTS"
DEFAULT_JVM_OPTS=""
APP_NAME="Gradle"