1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-23 16:49:55 +00:00

Fix typoe with label name

This commit is contained in:
Bruno Grande 2022-06-22 14:37:43 -07:00
parent ecd898584d
commit 37121faf4a

View file

@ -38,7 +38,7 @@ process {
}
// Preventing Sarek labels from using the actual maximums
withLabel:max_memory {
withLabel:memory_max {
memory = { check_max( 128.GB * task.attempt, 'memory' ) }
}
withLabel:cpus_max {