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:
parent
f45b8645f6
commit
6939c6f003
1 changed files with 1 additions and 3 deletions
|
@ -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'
|
||||||
}
|
}
|
Loading…
Reference in a new issue