diff --git a/config/base.config b/config/base.config index 6da52d0..6a4280d 100644 --- a/config/base.config +++ b/config/base.config @@ -4,10 +4,10 @@ // PROCESS RESOURCES process { withName: "POLISH_CLUSTER" { - memory = { 10.GB * task.attempt } - cpus = 2 + memory = { 1.GB * task.attempt } + cpus = 1 } errorStrategy = 'retry' - maxRetries = 3 + maxRetries = 5 }