Skip to content

Commit 5a90b4c

Browse files
committed
update memory requirements
1 parent 681be84 commit 5a90b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildIG_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
- name: 🏃‍♂️ Run Publication
145145
timeout-minutes: 135 # We need a long timeout here
146146
run: |
147-
java -jar -Dfile.encoding=UTF-8 -Xms3550m -Xmx3550m ./publisher.jar -go-publish -source ${{ steps.repo_name.outputs.repo }} -web $PWD -registry ig-registry/fhir-ig-list.json -history ig-history -templates ./templates -temp $PWD/buildtmp
147+
java -jar -Dfile.encoding=UTF-8 -Xms3550m -Xmx8192m ./publisher.jar -go-publish -source ${{ steps.repo_name.outputs.repo }} -web $PWD -registry ig-registry/fhir-ig-list.json -history ig-history -templates ./templates -temp $PWD/buildtmp
148148
149149
- name: get a second token for the Github APP that we can commit to the owner repo
150150
id: app-token2

0 commit comments

Comments
 (0)