From bc24e4f2031292af3e79ab9d1013292d627cbc2d Mon Sep 17 00:00:00 2001 From: xgrand <xavier.grand@ens-lyon.fr> Date: Tue, 18 Jul 2023 15:51:34 +0200 Subject: [PATCH] Modif config pollux --- src/nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nextflow.config b/src/nextflow.config index a875c04..870600d 100755 --- a/src/nextflow.config +++ b/src/nextflow.config @@ -146,7 +146,7 @@ profiles { singularity.runOptions = "--bind /data,/home" process { errorStrategy = 'finish' - memory = '256GB' + memory = '32GB' withLabel: big_mem_mono_cpus { cpus = 1 } -- GitLab