Skip to content

Commit ab93287

Browse files
Add resource limits to Gitpod profile
1 parent 65db460 commit ab93287

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

nf_core/pipeline-template/nextflow.config

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,13 @@ profiles {
178178
executor.name = 'local'
179179
executor.cpus = 4
180180
executor.memory = 8.GB
181+
process {
182+
resourceLimits = [
183+
memory: 8.GB,
184+
cpus : 4,
185+
time : 1.h
186+
]
187+
}
181188
}
182189
{%- endif %}
183190
{% if test_config -%}

0 commit comments

Comments
 (0)