Skip to content

Commit e0ae151

Browse files
authored
increase process_single's memory to 14GB, tailored to omamer, avoiding unnecessary retries
1 parent 06beea7 commit e0ae151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/base.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ process {
2121

2222
withLabel:process_single {
2323
cpus = { check_max( 1 , 'cpus' ) }
24-
memory = { check_max( 12.GB * task.attempt, 'memory' ) }
24+
memory = { check_max( 14.GB * task.attempt, 'memory' ) }
2525
time = { check_max( 4.h * task.attempt, 'time' ) }
2626
}
2727
withLabel:process_low {
@@ -52,4 +52,4 @@ process {
5252
errorStrategy = 'retry'
5353
maxRetries = 2
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)