mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-12-04 12:39:55 +00:00
removed queue size limit
This commit is contained in:
parent
fa949a069e
commit
1e34595280
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ workDir = "$scratch_dir/work"
|
||||||
// Reduce the job submit rate to about 5 per second, this way the server won't be bombarded with jobs
|
// Reduce the job submit rate to about 5 per second, this way the server won't be bombarded with jobs
|
||||||
executor {
|
executor {
|
||||||
submitRateLimit = '5 sec'
|
submitRateLimit = '5 sec'
|
||||||
queueSize = 50
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Specify that singularity should be used and where the cache dir will be for the images
|
// Specify that singularity should be used and where the cache dir will be for the images
|
||||||
|
|
Loading…
Reference in a new issue