Skip to content

Commit

Permalink
increased memory assignment in GRADLE_OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Feb 26, 2010
1 parent 5f72ff0 commit b5c0362
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 @@
##############################################################################

# Uncomment those lines to set JVM options. GRADLE_OPTS and JAVA_OPTS can be used together.
# GRADLE_OPTS="$GRADLE_OPTS -Xmx512"
GRADLE_OPTS="$GRADLE_OPTS -Xmx1024m"
# JAVA_OPTS="$JAVA_OPTS -Xmx512"

GRADLE_APP_NAME=Gradle
Expand Down

0 comments on commit b5c0362

Please sign in to comment.