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

Update ebc.config

queueSize to 64
This commit is contained in:
marcel-keller 2020-11-26 15:05:25 +02:00 committed by GitHub
parent 55c17a1854
commit 5590a9743a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
beforeScript = 'module load nextflow' beforeScript = 'module load nextflow'
} }
executor { executor {
queueSize = 16 queueSize = 64
} }
params { params {
max_memory = 12.GB max_memory = 12.GB