From 108827822889269fef7ff70deda997f90158afde Mon Sep 17 00:00:00 2001 From: Jim Downie <19718667+prototaxites@users.noreply.github.com> Date: Tue, 19 Sep 2023 14:57:22 +0100 Subject: [PATCH] Update scw.config --- conf/scw.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/scw.config b/conf/scw.config index 9a2349169..272fbea14 100644 --- a/conf/scw.config +++ b/conf/scw.config @@ -13,10 +13,10 @@ executor { queue = 'htc' } params { - max_memory = 180.GB + max_memory = 384.GB max_cpus = 20 max_time = 72.h } process { - beforeScript = 'module load singularity/3.8.5' -} \ No newline at end of file + beforeScript = 'module load singularity-ce/3.11.4' +}