1
0
Fork 0
mirror of https://github.com/MillironX/nf-configs.git synced 2024-11-25 01:19:54 +00:00
nf-configs/conf/czbiohub_local.config
Olga Botvinnik b1bd038a11
Update conf/czbiohub_local.config
Co-authored-by: Phoenix Logan <phoenix@phoenixlogan.net>
2020-09-29 16:20:16 -07:00

10 lines
192 B
Text

executor {
// This sets the *total* number of CPUs used to 32
// e.g. only 16 total translate jobs could run at once
cpus = 32
memory = '512.GB'
}
process {
time = 999999999.h
}