Skip to content

Commit

Permalink
Increase resouces for high_memory_and_cpus label (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
matrulda authored Sep 17, 2024
1 parent ed7490c commit 9adcd5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/nextflow_config/compute_resources.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ process {
errorStrategy = 'ignore'
}
withLabel: 'high_memory_and_cpus' {
memory = '47G'
cpus = 8
memory = '100G'
cpus = 16
}
}

0 comments on commit 9adcd5f

Please sign in to comment.