We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06beea7 commit e0ae151Copy full SHA for e0ae151
conf/base.config
@@ -21,7 +21,7 @@ process {
21
22
withLabel:process_single {
23
cpus = { check_max( 1 , 'cpus' ) }
24
- memory = { check_max( 12.GB * task.attempt, 'memory' ) }
+ memory = { check_max( 14.GB * task.attempt, 'memory' ) }
25
time = { check_max( 4.h * task.attempt, 'time' ) }
26
}
27
withLabel:process_low {
@@ -52,4 +52,4 @@ process {
52
errorStrategy = 'retry'
53
maxRetries = 2
54
55
-}
+}
0 commit comments