diff --git a/conf/mpcdf.config b/conf/mpcdf.config index 93e2924..ee33913 100644 --- a/conf/mpcdf.config +++ b/conf/mpcdf.config @@ -61,7 +61,7 @@ profiles { params { config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.' - max_memory = 2000000.MB + memory = 2000000.MB max_cpus = 72 max_time = 24.h } diff --git a/conf/pipeline/eager/mpcdf.config b/conf/pipeline/eager/mpcdf.config index 1a686d8..3b979de 100644 --- a/conf/pipeline/eager/mpcdf.config +++ b/conf/pipeline/eager/mpcdf.config @@ -70,7 +70,7 @@ profile { withName: malt { maxRetries = 1 - memory = 20000000.MB + memory = 2000000.MB cpus = 72 time = 24.h } diff --git a/docs/mpcdf.md b/docs/mpcdf.md index cbde737..793fad5 100644 --- a/docs/mpcdf.md +++ b/docs/mpcdf.md @@ -32,7 +32,7 @@ To use: `-profile mpcdf,raven` Sets the following parameters: - Maximum parallel running jobs: 8 -- Max. memory: 200000.MB (2.TB) +- Max. memory: 2000000.MB (2.TB) - Max. CPUs: 72 - Max. walltime: 24.h