Skip to content

Commit b353648

Browse files
committed
Increase Gradlew JVM Heap size to 1 GB.
1 parent 21ab7ed commit b353648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ APP_NAME="Gradle"
2828
APP_BASE_NAME=`basename "$0"`
2929

3030
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
31-
DEFAULT_JVM_OPTS=""
31+
DEFAULT_JVM_OPTS="-Xmx1024m"
3232

3333
# Use the maximum available, or set MAX_FD != -1 to use that value.
3434
MAX_FD="maximum"

0 commit comments

Comments
 (0)