Skip to content

Commit

Permalink
Update test_stresstest_human.config
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 authored Dec 4, 2020
1 parent 0d7131f commit 0350331
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conf/test_stresstest_human.config
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ process {
time = { check_max( 48.h * task.attempt, 'time' ) }
}
withName:'markduplicates'{
errorStrategy = { task.exitStatus in [143,137,104,134,139] ? 'retry' : 'finish' }
cpus = { check_max( 16, 'cpus' ) }
memory = { check_max( 16.GB * task.attempt, 'memory' ) }
time = { check_max( 48.h * task.attempt, 'time' ) }
Expand Down

0 comments on commit 0350331

Please sign in to comment.