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