From 7fc33dcb21c067ea8212e07a55e3ac08c284409f Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 25 Apr 2020 11:29:20 +0200 Subject: [PATCH] Up the -Xmx --- script/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/compile b/script/compile index b8a97590..ad89f4de 100755 --- a/script/compile +++ b/script/compile @@ -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