Skip to content

Commit b7a3759

Browse files
Michael Bucharmichaelbuchar
authored andcommitted
feat(helm): configure workspace file limit and GC (#900)
Set default values for FORCE_GARBAGE_COLLECTION and WORKSPACE_DISPLAY_FILE_LIMIT environment variables in Helm.
1 parent 048bb40 commit b7a3759

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

AUTHORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ organisation on GitHub, in alphabetical order:
4444
- [Maria Fernando](https://github.com/MMFernando)
4545
- [Markus Zimmermann](https://inspirehep.net/authors/1249806)
4646
- [Matthew Feickert](https://orcid.org/0000-0003-4124-7862)
47+
- [Michael Buchar](https://orcid.org/0009-0009-4804-8525)
4748
- [Michael Eliachevitch](https://orcid.org/0000-0003-2033-537X)
4849
- [Michael R. Crusoe](https://orcid.org/0000-0002-2961-9670)
4950
- [Parth Shandilya](https://github.com/ParthS007)

helm/reana/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ components:
125125
REANA_OPENSEARCH_USE_SSL: true
126126
REANA_OPENSEARCH_CA_CERTS: "/code/certs/ca.crt"
127127
REANA_OPENSEARCH_USER: reana
128+
WORKSPACE_DISPLAY_FILE_LIMIT: 100000
129+
FORCE_GARBAGE_COLLECTION: ""
128130
reana_workflow_engine_cwl:
129131
image: docker.io/reanahub/reana-workflow-engine-cwl:0.95.0-alpha.3
130132
environment: {}

0 commit comments

Comments
 (0)