From 86a9042eace4dd244ef22e3054bd0c9889cad4e1 Mon Sep 17 00:00:00 2001 From: "James A. Fellows Yates" Date: Fri, 4 Feb 2022 09:25:01 +0100 Subject: [PATCH] Update eva.config --- 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 b512921..c469697 100644 --- a/conf/pipeline/eager/eva.config +++ b/conf/pipeline/eager/eva.config @@ -134,6 +134,7 @@ process { withName: damageprofiler { clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 2)}G,virtual_free=${(task.memory.toGiga() * 2)}G" } + memory = { check_max( 8.GB * task.attempt, 'memory' ) } } withName: circularmapper { @@ -301,6 +302,7 @@ profiles { withName: damageprofiler { clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 3)}G,virtual_free=${(task.memory.toGiga() * 3)}G" } + memory = { check_max( 16.GB * task.attempt, 'memory' ) } } withName: circularmapper { @@ -468,6 +470,7 @@ profiles { withName: damageprofiler { clusterOptions = { "-S /bin/bash -V -l h_vmem=${(task.memory.toGiga() * 6)}G,virtual_free=${(task.memory.toGiga() * 6)}G" } + memory = { check_max( 32.GB * task.attempt, 'memory' ) } } withName: circularmapper {