From b79370f18e7326b78f43a130520efcb1586959b4 Mon Sep 17 00:00:00 2001 From: nservant <nicolas.servant@curie.fr> Date: Thu, 30 Jan 2020 20:14:22 +0100 Subject: [PATCH] fix typo in base.conf --- conf/base.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/base.config b/conf/base.config index 706ca6c..142439f 100644 --- a/conf/base.config +++ b/conf/base.config @@ -67,7 +67,7 @@ process { time = { check_max( 5.h * task.attempt, 'time' ) } } withName:generate_cool { - cpus = check_max( 2, 'cpus' ) } + cpus = { check_max( 2, 'cpus' ) } memory = { check_max( 16.GB * task.attempt, 'memory' ) } time = { check_max( 4.h * task.attempt, 'time' ) } } -- GitLab