Skip to content

Commit 5e26769

Browse files
committed
increase memory of infer_roothogs step
1 parent ce63a14 commit 5e26769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf/base.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ process {
4444
withName: "infer_roothogs" {
4545
memory = {
4646
def nr_genomes = hogmaps.size()
47-
def base_memory = 2.GB + (nr_genomes * 32.MB)
47+
def base_memory = 2.GB + (nr_genomes * 200.MB)
4848
return base_memory * task.attempt * params.memory_multiplier
4949
}
5050
time = { 12.h * task.attempt * params.time_multiplier }

0 commit comments

Comments
 (0)