We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba2a779 commit 785ff57Copy full SHA for 785ff57
conf/base.config
@@ -60,11 +60,11 @@ process {
60
withLabel:process_high_constant {
61
cpus = { check_max( 128, 'cpus' ) }
62
memory = { check_max( 128.GB, 'memory' ) }
63
- time = { check_max( 24.h, 'time' ) }
+ time = { check_max( 240.h, 'time' ) }
64
}
65
withLabel:process_memory_high_constant {
66
cpus = { check_max( 16, 'cpus' ) }
67
68
69
70
0 commit comments