From 6c8e82771cd2faee4904d901108462cd8ec0b388 Mon Sep 17 00:00:00 2001 From: Mia Croiset <mia.croiset@ens-lyon.fr> Date: Tue, 29 Aug 2023 09:46:45 +0200 Subject: [PATCH] set high mem process 300GB --- conf/base.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/base.config b/conf/base.config index e778a4e..384086a 100644 --- a/conf/base.config +++ b/conf/base.config @@ -48,7 +48,7 @@ process { time = { check_max( 20.h * task.attempt, 'time' ) } } withLabel:process_high_memory { - memory = { check_max( 24.GB * task.attempt, 'memory' ) } + memory = { check_max( 300.GB * task.attempt, 'memory' ) } } withLabel:error_ignore { errorStrategy = 'ignore' -- GitLab