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'