Skip to content

Commit

Permalink
increase gisaid workflow memory
Browse files Browse the repository at this point in the history
  • Loading branch information
eharkins committed Sep 27, 2021
1 parent 8068fb0 commit 5db5d25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fetch-and-ingest-gisaid-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
--aws-batch \
--no-download \
--image nextstrain/ncov-ingest \
--cpus 8 \
--memory 15GiB \
--cpus 16 \
--memory 31GiB \
--exec env \
. \
envdir env.d ingest-gisaid --fetch
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/fetch-and-ingest-gisaid-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
--aws-batch \
--no-download \
--image nextstrain/ncov-ingest \
--cpus 8 \
--memory 15GiB \
--cpus 16 \
--memory 31GiB \
--exec env \
. \
envdir env.d ingest-gisaid --fetch
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ingest-gisaid-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
--aws-batch \
--no-download \
--image nextstrain/ncov-ingest \
--cpus 8 \
--memory 15GiB \
--cpus 16 \
--memory 31GiB \
--exec env \
. \
envdir env.d ingest-gisaid
Expand Down

0 comments on commit 5db5d25

Please sign in to comment.