1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-22 08:29:54 +00:00

Add queue limits for 'normal'

This commit is contained in:
Anthony Underwood 2021-04-22 11:59:34 +01:00 committed by GitHub
parent fa267c0cf9
commit 351c5773f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,3 +24,9 @@ executor{
submitRateLimit = '5 sec' submitRateLimit = '5 sec'
killBatchSize = 50 killBatchSize = 50
} }
params {
max_memory = 128.GB
max_cpus = 64
max_time = 12.h
}