mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
Merge pull request #398 from nvnieuwk/lower-submission-rate-for-vsc_ugent
lower submission rate for vsc_ugent
This commit is contained in:
commit
a02bd46617
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,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
|
// 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 = '3 sec'
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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