diff --git a/conf/mpcdf.config b/conf/mpcdf.config index 3027d63..281e7bf 100644 --- a/conf/mpcdf.config +++ b/conf/mpcdf.config @@ -18,6 +18,8 @@ profiles { executor { queueSize = 8 + pollInterval = '1 min' + queueStatInterval = '5 min' } // Set $NXF_SINGULARITY_CACHEDIR in your ~/.bash_profile @@ -46,6 +48,8 @@ profiles { executor { queueSize = 8 + pollInterval = '1 min' + queueStatInterval = '5 min' } // Set $NXF_SINGULARITY_CACHEDIR in your ~/.bash_profile @@ -58,7 +62,7 @@ profiles { params { config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.' max_memory = 368.GB - max_cpus = 192 + max_cpus = 72 max_time = 24.h } }