mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 08:29:54 +00:00
Update ebc.config
queueSize to 64
This commit is contained in:
parent
55c17a1854
commit
5590a9743a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue