From 446c60675a30931e52a4ff6a61b5860cfb3c5863 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 22 Sep 2024 15:20:24 +0100 Subject: [PATCH] increase xmx for sbt due to mem issues in build (#608) --- .jvmopts | 1 + 1 file changed, 1 insertion(+) diff --git a/.jvmopts b/.jvmopts index 4db372212..4f11df034 100644 --- a/.jvmopts +++ b/.jvmopts @@ -1,3 +1,4 @@ +-Xmx4g -Duser.language=en_US.UTF-8 -Dfile.encoding=en_US.UTF-8 -Dsun.jnu.encoding=UTF-8