Skip to content

Commit

Permalink
modules.config: increase memory for IndexDeDup again
Browse files Browse the repository at this point in the history
Reduce number of retries
  • Loading branch information
JocelynSP authored Jun 5, 2024
1 parent 9902a2c commit d755212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/modules.config
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ process {
withLabel:IndexDedup {
queue='regular'
cpus = 5
memory={ 8.GB * task.attempt }
memory={ 10.GB * task.attempt }
time='8h'
errorStrategy ={ 'retry' }
maxRetries= 5
Expand Down

0 comments on commit d755212

Please sign in to comment.