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:
parent
ecd898584d
commit
37121faf4a
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ process {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Preventing Sarek labels from using the actual maximums
|
// Preventing Sarek labels from using the actual maximums
|
||||||
withLabel:max_memory {
|
withLabel:memory_max {
|
||||||
memory = { check_max( 128.GB * task.attempt, 'memory' ) }
|
memory = { check_max( 128.GB * task.attempt, 'memory' ) }
|
||||||
}
|
}
|
||||||
withLabel:cpus_max {
|
withLabel:cpus_max {
|
||||||
|
|
Loading…
Reference in a new issue