1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Revert "Remove MaxPermSize"

Continue to support older JDK versions

This reverts commit d27abdb168.
This commit is contained in:
Rob Winch
2016-03-15 15:20:03 -05:00
parent 988b54ec3d
commit ce20cfcb98
2 changed files with 2 additions and 2 deletions
Vendored
+1 -1
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.
DEFAULT_JVM_OPTS="-Xmx1024M"
DEFAULT_JVM_OPTS="-Xmx1024M -XX:MaxPermSize=512M"
APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`