Skip to content

Commit

Permalink
Up the -Xmx
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Apr 25, 2020
1 parent 915727b commit 7fc33dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/compile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eo pipefail

if [ -z "$BABASHKA_XMX" ]; then
export BABASHKA_XMX="-J-Xmx3g"
export BABASHKA_XMX="-J-Xmx4500m"
fi

if [ -z "$GRAALVM_HOME" ]; then
Expand Down

0 comments on commit 7fc33dc

Please sign in to comment.