mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-25 09:19:56 +00:00
11 lines
193 B
Text
11 lines
193 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'
|
||
|
}
|
||
|
|
||
|
processs {
|
||
|
time = 999999999.h
|
||
|
}
|