1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-09-21 06:02:03 +00:00

Merge pull request #394 from nvnieuwk/vsc-ugent-fix

Vsc ugent fix for job-intensive pipelines
This commit is contained in:
Maxime U. Garcia 2022-07-01 16:26:41 +02:00 committed by GitHub
commit 49e779e337
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,9 @@ workDir = "$scratch_dir/work"
// Perform work directory cleanup when the run has succesfully completed
// cleanup = true
// Reduce the job submit rate to about 10 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 {
submitRateLimit = '10 sec'
submitRateLimit = '5 sec'
}
// Specify that singularity should be used and where the cache dir will be for the images