Skip to content

Commit

Permalink
increase gitpod cpus
Browse files Browse the repository at this point in the history
  • Loading branch information
christopher-mohr committed Jan 31, 2025
1 parent 5851f6e commit 32f117b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,12 @@ profiles {
}
gitpod {
executor.name = 'local'
executor.cpus = 4
executor.cpus = 6
executor.memory = 8.GB
process {
resourceLimits = [
memory: 8.GB,
cpus : 4,
cpus : 6,
time : 1.h
]
}
Expand Down

0 comments on commit 32f117b

Please sign in to comment.