Skip to content

Commit

Permalink
fix memory issue with building ig
Browse files Browse the repository at this point in the history
  • Loading branch information
citizenrich committed Sep 11, 2023
1 parent 900f7d0 commit 312709e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _runcqf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 312709e

Please sign in to comment.