File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
nf_core/pipeline-template Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 88- Fix Manifest DOI text ([ #3224 ] ( https://github.com/nf-core/tools/pull/3224 ) )
99- Do not assume pipeline name is url ([ #3225 ] ( https://github.com/nf-core/tools/pull/3225 ) )
1010- fix worklfow_dispatch trigger and parse more review comments in awsfulltest ([ #3235 ] ( https://github.com/nf-core/tools/pull/3235 ) )
11+ - Add resource limits to Gitpod profile([ #3255 ] ( https://github.com/nf-core/tools/pull/3255 ) )
1112
1213### Download
1314
Original file line number Diff line number Diff 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 -% }
You can’t perform that action at this time.
0 commit comments