Skip to content

Commit

Permalink
Added JVM parameters to gradlew script
Browse files Browse the repository at this point in the history
  • Loading branch information
andreassimon committed Jun 2, 2013
1 parent 70ee426 commit 6fac7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -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=""
DEFAULT_JVM_OPTS="-Xmx1024m -Xms256m -XX:MaxPermSize=512m -XX:+CMSClassUnloadingEnabled -XX:+HeapDumpOnOutOfMemoryError"

APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`
Expand Down

0 comments on commit 6fac7a2

Please sign in to comment.