From 83fcc0b2baf86d5ef4ca22206c940ce442901008 Mon Sep 17 00:00:00 2001 From: Alexander Peltzer Date: Mon, 28 Oct 2019 13:09:30 +0100 Subject: [PATCH] Adjust max memory --- conf/binac.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/binac.config b/conf/binac.config index 8047bd0..e2bce86 100644 --- a/conf/binac.config +++ b/conf/binac.config @@ -13,14 +13,14 @@ process { beforeScript = 'module load devel/singularity/3.0.3' executor = 'pbs' queue = 'short' - process.queue = { task.memory > 128.GB ? 'smp': task.time <= 48.h ? 'short' : task.time <= 168.h ? 'long'} + process.queue = { task.memory > 128.GB ? 'smp': task.time <= 20m ? 'tiny' : task.time <= 48.h ? 'short' : task.time <= 168.h ? 'long'} } params { igenomes_base = '/nfsmounts/igenomes' - max_memory = 128.GB + max_memory = 1024.GB max_cpus = 28 - max_time = 48.h + max_time = 168.h } weblog{