From 433a867a72340bd08b206b08c7fba0e80742a3c9 Mon Sep 17 00:00:00 2001 From: Johan Dahlberg Date: Mon, 27 May 2024 16:56:21 +0200 Subject: [PATCH] process_high->64GB ram/process_high_memory->128GB --- conf/base.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/base.config b/conf/base.config index 0d55af3b..38505d1e 100644 --- a/conf/base.config +++ b/conf/base.config @@ -41,14 +41,14 @@ process { } withLabel:process_high { cpus = { check_max( 12 * task.attempt, 'cpus' ) } - memory = { check_max( 72.GB * task.attempt, 'memory' ) } + memory = { check_max( 64.GB * task.attempt, 'memory' ) } time = { check_max( 16.h * task.attempt, 'time' ) } } withLabel:process_long { time = { check_max( 20.h * task.attempt, 'time' ) } } withLabel:process_high_memory { - memory = { check_max( 200.GB * task.attempt, 'memory' ) } + memory = { check_max( 128.GB * task.attempt, 'memory' ) } } withLabel:error_ignore { errorStrategy = 'ignore'