2020-09-29 23:16:41 +00:00
|
|
|
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'
|
|
|
|
}
|
|
|
|
|
2020-09-29 23:20:16 +00:00
|
|
|
process {
|
2020-09-29 23:16:41 +00:00
|
|
|
time = 999999999.h
|
|
|
|
}
|