Skip to content

Commit

Permalink
do a jvm memory bump
Browse files Browse the repository at this point in the history
  • Loading branch information
amatueva committed Dec 7, 2023
1 parent a592d8d commit 2c55ea0
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 @@ -199,7 +199,7 @@ fi


# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
DEFAULT_JVM_OPTS='"-Xmx2g" "-Xms512m"'

# Collect all arguments for the java command;
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
Expand Down

0 comments on commit 2c55ea0

Please sign in to comment.