1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-10 20:13:09 +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 { executor {
queueSize = 10 queueSize = 5
} }
singularity { singularity {
enabled = true enabled = true
autoMounts = true autoMounts = true
# set up the cache directory outside the $HOME directory
cacheDir = '/projects/dan1/people/$USER/cache/singularity-images'
runOptions = '--bind /projects:/projects' runOptions = '--bind /projects:/projects'
} }