Skip to content

Commit

Permalink
Update base.config
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 authored Sep 28, 2023
1 parent f2e945d commit 84b868c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ process {
}
withName: GTDBTK_CLASSIFYWF {
cpus = { check_max (10 * task.attempt, 'cpus' ) }
memory = { check_max (128.GB * task.attempt, 'memory' ) }
memory = { check_max (200.GB * task.attempt, 'memory' ) }
time = { check_max (12.h * task.attempt, 'time' ) }
}
//MEGAHIT returns exit code 250 when running out of memory
Expand Down

0 comments on commit 84b868c

Please sign in to comment.