From 69bfedbfbe9a96227c329e6e03e1ed1dbafdc2b9 Mon Sep 17 00:00:00 2001 From: Matthew Wells Date: Fri, 13 Oct 2023 11:17:29 -0500 Subject: [PATCH] updated high_memory configuration in base.config --- conf/base.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/base.config b/conf/base.config index d9ae7614..82aa6098 100644 --- a/conf/base.config +++ b/conf/base.config @@ -52,7 +52,7 @@ process { time = { check_max( 20.h * task.attempt, 'time' ) } } withLabel:process_high_memory { - memory = { check_max( 500.GB * task.attempt, 'memory' ) } + memory = { check_max( 200.GB * task.attempt, 'memory' ) } } withLabel:error_ignore { errorStrategy = 'ignore'