From 6c4998fa8a05c8c833c9e40dd7b063a2d806d86e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20H=C3=BCther?= Date: Fri, 27 Aug 2021 14:01:34 +0200 Subject: [PATCH] reduce max_memory to 1.8TB --- conf/cbe.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/cbe.config b/conf/cbe.config index 8540abe..4f505cc 100755 --- a/conf/cbe.config +++ b/conf/cbe.config @@ -22,6 +22,6 @@ singularity { params { params.max_time = 14.d params.max_cpus = 36 - params.max_memory = 4.TB + params.max_memory = 1800.GB igenomes_base = '/resources/references/igenomes' }