From a6975cdd4ef05a552aaa6de492d88a525974a313 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Mon, 22 Mar 2021 12:42:56 -0500 Subject: [PATCH] fix(ganymede): large => high Co-authored-by: drpatelh --- conf/utd_ganymede.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/utd_ganymede.config b/conf/utd_ganymede.config index c64e673..01bb10b 100644 --- a/conf/utd_ganymede.config +++ b/conf/utd_ganymede.config @@ -37,9 +37,9 @@ process { time = { check_max( 8.h * task.attempt, 'time' ) } } - withLabel:process_large { + withLabel:process_high { cpus = { check_max( 12 * task.attempt, 'cpus' ) } - memory = { check_max( 1.GB * task.attempt, 'memory' ) } + memory = { check_max( 120.GB * task.attempt, 'memory' ) } time = { check_max( 16.h * task.attempt, 'time' ) } } }