From 4286a3a3421d53c5df0c841295d72be6206afa51 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Wed, 8 Sep 2021 15:16:40 +0200 Subject: [PATCH] Bump additional library merge memor --- conf/pipeline/eager/eva.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/pipeline/eager/eva.config b/conf/pipeline/eager/eva.config index 765e01a..4db9fa1 100644 --- a/conf/pipeline/eager/eva.config +++ b/conf/pipeline/eager/eva.config @@ -90,6 +90,7 @@ process { withName: additional_library_merge { clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 2)}G,virtual_free=${(task.memory.toGiga() * 2)}G" } + memory = { check_max( 4.GB * task.attempt, 'memory' ) } } withName: malt { @@ -238,6 +239,7 @@ profiles { withName: additional_library_merge { clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 3)}G,virtual_free=${(task.memory.toGiga() * 3)}G" } + memory = { check_max( 4.GB * task.attempt, 'memory' ) } } withName: malt { @@ -383,6 +385,7 @@ profiles { withName: library_merge { clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 6)}G,virtual_free=${(task.memory.toGiga() * 6)}G" } + memory = { check_max( 4.GB * task.attempt, 'memory' ) } } withName: seqtype_merge {