From 3664bcd310941788d8238ffc053213d7c9d2bb5c Mon Sep 17 00:00:00 2001 From: Gianmauro Cuccuru Date: Tue, 9 Jul 2024 04:25:01 +0200 Subject: [PATCH] adjust memory --- slurm/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slurm/config.yaml b/slurm/config.yaml index 9662024..9345ee2 100644 --- a/slurm/config.yaml +++ b/slurm/config.yaml @@ -22,7 +22,7 @@ default-resources: runtime: attempt * 5 set-resources: break_locus: - mem_mb: 1024 + attempt * 2048 + mem_mb: 8192 + attempt * 2048 threads: 1 collect_loci: mem_mb: 8192 + attempt * 2048