Skip to content

Commit

Permalink
increase build memory because it is required for uploading distributi…
Browse files Browse the repository at this point in the history
…ons.
  • Loading branch information
Jesse Eichar committed Feb 9, 2015
1 parent 984feb5 commit c6771eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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="-Xmx512M"
DEFAULT_JVM_OPTS="-Xmx2G"

APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`
Expand Down
2 changes: 1 addition & 1 deletion gradlew.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
if "%OS%"=="Windows_NT" setlocal

@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
set DEFAULT_JVM_OPTS=-Xmx512M
set DEFAULT_JVM_OPTS=-Xmx2G

set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.
Expand Down

0 comments on commit c6771eb

Please sign in to comment.