From 351c5773f0541dd445649e6c4af1b8a8590e0a5e Mon Sep 17 00:00:00 2001 From: Anthony Underwood Date: Thu, 22 Apr 2021 11:59:34 +0100 Subject: [PATCH] Add queue limits for 'normal' --- conf/sanger.config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/sanger.config b/conf/sanger.config index 686a3af..63952c8 100644 --- a/conf/sanger.config +++ b/conf/sanger.config @@ -24,3 +24,9 @@ executor{ submitRateLimit = '5 sec' killBatchSize = 50 } + +params { + max_memory = 128.GB + max_cpus = 64 + max_time = 12.h +}