mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 00:26:03 +00:00
Add queue limits for 'normal'
This commit is contained in:
parent
fa267c0cf9
commit
351c5773f0
1 changed files with 6 additions and 0 deletions
|
@ -24,3 +24,9 @@ executor{
|
|||
submitRateLimit = '5 sec'
|
||||
killBatchSize = 50
|
||||
}
|
||||
|
||||
params {
|
||||
max_memory = 128.GB
|
||||
max_cpus = 64
|
||||
max_time = 12.h
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue