diff --git a/conf/imperial.config b/conf/imperial.config index 134b354a..a311c48f 100644 --- a/conf/imperial.config +++ b/conf/imperial.config @@ -27,7 +27,7 @@ profiles { // Update amount of max retries and set "retry" as the error strategy for all error codes errorStrategy = 'retry' - maxRetries = 5 + maxRetries = 2 maxErrors = '-1' @@ -46,31 +46,31 @@ profiles { withLabel: process_low { cpus = { 2 * task.attempt } memory = { 48.GB * task.attempt } - time = { 8.h * task.attempt } + time = { 4.h * task.attempt } } withLabel: process_medium { cpus = { 8 * task.attempt } memory = { 64.GB * task.attempt } - time = { 12.h * task.attempt } + time = { 4.h * task.attempt } } withLabel: process_high { - cpus = { 12 * task.attempt } + cpus = { 8 * task.attempt } memory = { 120.GB * task.attempt } - time = { 12.h * task.attempt } + time = { 4.h * task.attempt } } withLabel: process_long { - cpus = 9 + cpus = 8 memory = 100.GB time = { 24.h * task.attempt } } withLabel: process_high_memory { - cpus = { 10 * task.attempt } + cpus = { 8 * task.attempt } memory = { 200.GB * task.attempt } - time = { 24.h * task.attempt } + time = { 4.h * task.attempt } } withLabel: with_gpus { time = 24.h @@ -94,9 +94,9 @@ profiles { executor { '$pbspro' { - queueSize = 49 + queueSize = 45 submitRateLimit = '10 sec' - maxForks = 49 + maxForks = 45 } '$local' {