Skip to content

Commit

Permalink
reduce initial polish cluster resources
Browse files Browse the repository at this point in the history
but increase retry
  • Loading branch information
AmstlerStephan committed Mar 6, 2024
1 parent b5d5cbb commit c12b48f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/base.config
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit c12b48f

Please sign in to comment.