mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-22 16:29:55 +00:00
add queueSize limited to 5
This commit is contained in:
parent
d95b464e13
commit
0929349303
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ singularity {
|
||||||
process {
|
process {
|
||||||
executor = 'slurm'
|
executor = 'slurm'
|
||||||
queue = 'short'
|
queue = 'short'
|
||||||
|
queueSize = 5
|
||||||
}
|
}
|
||||||
|
|
||||||
params {
|
params {
|
||||||
|
|
Loading…
Reference in a new issue