Skip to content

Commit

Permalink
increase ingest memory more quickly in cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Sep 11, 2024
1 parent 69c0f4b commit b736230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow/01_create_subgraph.nf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ process prepare {

process ingest {
cache "lenient"
memory { 4.GB + 32.GB * (task.attempt-1) }
memory { 4.GB + 128.GB * (task.attempt-1) }
time { 1.hour + 8.hour * (task.attempt-1) }
errorStrategy { task.exitStatus in 137..140 ? 'retry' : 'terminate' }
maxRetries 5
Expand Down

0 comments on commit b736230

Please sign in to comment.