From 64a859660f2f2141ba9a4ac1b30cd0f27ce5c2a3 Mon Sep 17 00:00:00 2001 From: Bent Petersen <45598772+bentpetersendk@users.noreply.github.com> Date: Thu, 12 Feb 2026 18:13:10 +0100 Subject: [PATCH] Increase max memory and CPUs in mjolnir_globe.config --- conf/mjolnir_globe.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/mjolnir_globe.config b/conf/mjolnir_globe.config index f14147909..f7c4333c6 100644 --- a/conf/mjolnir_globe.config +++ b/conf/mjolnir_globe.config @@ -3,8 +3,8 @@ params { config_profile_description = 'Section for Hologenomics and Section for Molecular Ecology and Evolution @ Globe Institute, University of Copenhagen - mjolnir_globe profile provided by nf-core/configs.' config_profile_contact = 'Bent Petersen (@bentpetersendk)' config_profile_url = 'https://globe.ku.dk/research/' - max_memory = 750.GB - max_cpus = 48 + max_memory = 950.GB + max_cpus = 64 max_time = 336.h } @@ -15,8 +15,8 @@ singularity { process { resourceLimits = [ - memory: 750.GB, - cpus: 48, + memory: 950.GB, + cpus: 64, time: 336.h ] executor = 'slurm'