Skip to content

Commit

Permalink
Increase memory of genbank actions to 64 GiB
Browse files Browse the repository at this point in the history
Some already used 64GiB, some were still at 30GiB
This should hopefully address OOM errors we got recently
  • Loading branch information
corneliusroemer committed Dec 7, 2022
1 parent 0582d1d commit c7dfca1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fetch-and-ingest-genbank-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
--no-download \
--image nextstrain/ncov-ingest \
--cpus 16 \
--memory 30GiB \
--memory 64GiB \
--exec env \
. \
envdir env.d snakemake \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetch-and-ingest-genbank-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
--no-download \
--image nextstrain/ncov-ingest \
--cpus 16 \
--memory 30GiB \
--memory 64GiB \
--exec env \
. \
envdir env.d snakemake \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ingest-genbank-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
--no-download \
--image nextstrain/ncov-ingest \
--cpus 16 \
--memory 30GiB \
--memory 64GiB \
--exec env \
. \
envdir env.d snakemake \
Expand Down

0 comments on commit c7dfca1

Please sign in to comment.