From 5c6760b2f02432d4c1480f8cd723ae24e7e60fe6 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Fri, 6 Dec 2019 19:25:07 +0100 Subject: [PATCH] Tweak back again --- conf/pipeline/eager/shh.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/pipeline/eager/shh.config b/conf/pipeline/eager/shh.config index 2f3a7c7..a282890 100644 --- a/conf/pipeline/eager/shh.config +++ b/conf/pipeline/eager/shh.config @@ -10,7 +10,7 @@ params { // Specific nf-core/eager process configuration process { withName: malt { - memory = { 756.GB * task.attempt } + memory = { 750.GB * task.attempt } cpus = { 64 * task.attempt } time = 1440.h queue = { task.memory > 756.GB ? 'supercruncher' : 'long' }