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

lower queueSize to 5

This commit is contained in:
qlr900 2022-07-06 13:34:18 +02:00
parent f45b8645f6
commit 6939c6f003

View file

@ -21,13 +21,11 @@ process {
}
executor {
queueSize = 10
queueSize = 5
}
singularity {
enabled = true
autoMounts = true
# set up the cache directory outside the $HOME directory
cacheDir = '/projects/dan1/people/$USER/cache/singularity-images'
runOptions = '--bind /projects:/projects'
}