From 3e3e2be04beda1477a26b53f94d9165aee9147d2 Mon Sep 17 00:00:00 2001 From: Ramprasad Neethiraj <20065894+ramprasadn@users.noreply.github.com> Date: Fri, 22 Apr 2022 00:09:29 +0200 Subject: [PATCH] remove duplicate entries --- conf/hasta.config | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/conf/hasta.config b/conf/hasta.config index d12cc40..03e61b8 100644 --- a/conf/hasta.config +++ b/conf/hasta.config @@ -23,18 +23,12 @@ process { clusterOptions = { "-A $params.priority ${params.clusterOptions ?: ''}" } } -params { - max_memory = 180.GB - max_cpus = 36 - max_time = 336.h -} - profiles { stub_prio { params { priority = 'development' clusterOptions = "--qos=low" - max_memory = 1.GB + max_memory = 6.GB max_cpus = 1 max_time = 1.h }