From 37121faf4a6da6e3130defdf7eb00a0dd113010a Mon Sep 17 00:00:00 2001 From: Bruno Grande Date: Wed, 22 Jun 2022 14:37:43 -0700 Subject: [PATCH] Fix typoe with label name --- conf/sage.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/sage.config b/conf/sage.config index d2e9d21..3b2a423 100644 --- a/conf/sage.config +++ b/conf/sage.config @@ -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 {