Skip to content

Commit

Permalink
Without this caching is actually not enabled
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Paulik <[email protected]>
  • Loading branch information
cpaulik committed Sep 12, 2024
1 parent 86c63f7 commit bd85939
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions charts/flyte-core/templates/propeller/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ data:
{{- end }}
storage.yaml: | {{ tpl (include "storage" .) $ | nindent 4 }}
cache.yaml: |
cache:
max_size_mbs: {{ .Values.flytepropeller.cacheSizeMbs }}
target_gc_percent: 70
storage:
cache:
max_size_mbs: {{ .Values.flytepropeller.cacheSizeMbs }}
target_gc_percent: 70
{{- with .Values.configmap.task_logs }}
task_logs.yaml: | {{ tpl (toYaml .) $ | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit bd85939

Please sign in to comment.