From 312709e8effdc88fc1dde1eaf710f011ce06c8f9 Mon Sep 17 00:00:00 2001 From: Richard Stanley <2528387+citizenrich@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:51:04 -0400 Subject: [PATCH] fix memory issue with building ig --- _runcqf.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_runcqf.sh b/_runcqf.sh index e0e705848..737d9ac0b 100755 --- a/_runcqf.sh +++ b/_runcqf.sh @@ -18,7 +18,8 @@ cp fsh-generated/resources/Library-* input/resources/library/ bash _refresh.sh # run publisher without sushi -bash _genonce.sh -no-sushi +# bash _genonce.sh -no-sushi +java -Xmx4g -jar ./input-cache/publisher.jar publisher -ig . -no-sushi # put CQL test cases in place # this has to be updated by hand