Skip to content

Commit

Permalink
Add resource limits to Gitpod profile
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal committed Oct 28, 2024
1 parent ddb58c2 commit 6ffe02f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nf_core/pipeline-template/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,13 @@ profiles {
executor.name = 'local'
executor.cpus = 4
executor.memory = 8.GB
process {
resourceLimits = [
memory: 8.GB,
cpus : 4,
time : 1.h
]
}
}
{%- endif %}
{% if test_config -%}
Expand Down

0 comments on commit 6ffe02f

Please sign in to comment.