From 1f9a82a39df268320138ec478d7408578a3287c0 Mon Sep 17 00:00:00 2001 From: Annick Renevey <47788523+rannick@users.noreply.github.com> Date: Fri, 20 Oct 2023 15:11:42 +0200 Subject: [PATCH] upgrade cat memory to 500 MB --- conf/pipeline/rnafusion/hasta.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/pipeline/rnafusion/hasta.config b/conf/pipeline/rnafusion/hasta.config index 6de11779a..02ea671ad 100644 --- a/conf/pipeline/rnafusion/hasta.config +++ b/conf/pipeline/rnafusion/hasta.config @@ -1,6 +1,6 @@ process { withName:'CAT_FASTQ' { - memory = { check_max( 30.MB * task.attempt, 'memory' ) } + memory = { check_max( 500.MB * task.attempt, 'memory' ) } time = { check_max( 4.h * task.attempt, 'time' ) } cpus = 1 }