Skip to content

Commit

Permalink
fetch-and-ingest-gisaid: Bump memory to 90GiB
Browse files Browse the repository at this point in the history
Yesterday's workflow ran into a MemoryError during transform-gisaid.¹
Bumping memory to 90GiB as an estimate to stay within the c5.12xlarge
EC2 instance's limit of 96GiB.²

¹ https://github.com/nextstrain/ncov-ingest/actions/runs/8913143774/job/24478083215#step:5:1641
² https://aws.amazon.com/ec2/instance-types/c5/
  • Loading branch information
joverlee521 committed May 2, 2024
1 parent 2e6424c commit a6e8757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-and-ingest-gisaid-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
--detach \
--no-download \
--cpus 16 \
--memory 68GiB \
--memory 90GiB \
--env AWS_ACCESS_KEY_ID \
--env AWS_SECRET_ACCESS_KEY \
--env GISAID_API_ENDPOINT \
Expand Down

0 comments on commit a6e8757

Please sign in to comment.