From 221f3e3b4e51a5ab1729327a813beb9d0f190a83 Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Mon, 15 Jul 2024 15:57:04 +0200 Subject: [PATCH] conf/base.config: degreasse max memory for high process --- conf/base.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/base.config b/conf/base.config index eaf8337..e47134e 100644 --- a/conf/base.config +++ b/conf/base.config @@ -41,7 +41,7 @@ process { } withLabel:process_high { cpus = { check_max( 16 * task.attempt, 'cpus' ) } - memory = { check_max( 64.GB * task.attempt, 'memory' ) } + memory = { check_max( 40.GB * task.attempt, 'memory' ) } time = { check_max( 16.h * task.attempt, 'time' ) } } withLabel:process_long { -- GitLab