Skip to content

Commit

Permalink
Update _genonce.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tzafrirhn authored Feb 12, 2024
1 parent ff31589 commit 48036de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ILCore/_genonce.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if test -f "$publisher"; then
else
publisher=../$publisher_jar
if test -f "$publisher"; then
java -jar $publisher -ig . $txoption $*
java -Xmx3072m -jar $publisher -ig . $txoption $*
else
echo IG Publisher NOT FOUND in input-cache or parent folder. Please run _updatePublisher. Aborting...
fi
Expand Down

0 comments on commit 48036de

Please sign in to comment.