diff --git a/conf/icr_alma.config b/conf/icr_alma.config index 7ad5cec60..8a15fcec8 100644 --- a/conf/icr_alma.config +++ b/conf/icr_alma.config @@ -11,8 +11,8 @@ params { config_profile_description = "Nextflow nf-core profile for ICR alma HPC" config_profile_contact = "Rachel Alcraft (@rachelicr), Mira Sarkis (@msarkis-icr)" - max_memory = 256.GB - max_cpus = 30 + max_memory = 8000.GB + max_cpus = 1000 max_time = 5.d } @@ -24,13 +24,13 @@ process { clusterOptions = '--mem-per-cpu=8000' resourceLimits = [ - memory: 256.GB, - cpus: 30, + memory: 8000.GB, + cpus: 1000, time: 5.d ] } -// Preform work directory cleanup after a successful run? +// Perform work directory cleanup after a successful run? cleanup = false executor {