mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Apply suggestions from code review
This commit is contained in:
parent
5a0543e4ac
commit
546393ed18
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ profiles {
|
|||
}
|
||||
|
||||
executor {
|
||||
queueSize = 72
|
||||
queueSize = 30
|
||||
pollInterval = '1 min'
|
||||
queueStatInterval = '5 min'
|
||||
}
|
||||
|
@ -61,7 +61,7 @@ profiles {
|
|||
|
||||
params {
|
||||
config_profile_description = 'MPCDF raven profile (unofficially) provided by nf-core/configs.'
|
||||
max_memory = 2048.GB
|
||||
max_memory = 2000000.MB
|
||||
max_cpus = 72
|
||||
max_time = 24.h
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue