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' ) } } }