From fcdbddb74549c962458980786797a3fe831f975f Mon Sep 17 00:00:00 2001 From: BuildTools Date: Tue, 18 Jul 2023 16:09:19 +0200 Subject: [PATCH] Little update --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fbdfac9..94fbe9e 100644 --- a/build.sh +++ b/build.sh @@ -12,7 +12,7 @@ if [ -z "$(git log HEAD..origin/master --oneline)" ]; then mkdir "$1" cd "$1" - java -jar ../BuildTools.jar --rev "$1" + java -jar ../BuildTools.jar --rev "$1" -Xmx1024M fi else echo "It looks like there are incomming updates to this repository. Pulling those changes now."