ripe-smartphone-56353
09/11/2024, 12:53 PMflytepropeller.cacheSizeMbs
to configure the cache
which generates this cache.yaml
cache.yaml: |
cache:
max_size_mbs: {{ .Values.flytepropeller.cacheSizeMbs }}
target_gc_percent: 70
But for me that didn't enable caching because storage
is missing.
Adding
configmap:
core:
storage:
cache:
max_size_mbs: 5000
target_gc_percent: 70
to my values.yaml
enabled the caching.freezing-airport-6809
freezing-airport-6809
freezing-airport-6809
ripe-smartphone-56353
09/11/2024, 2:02 PM5000
correspond to 5GB?freezing-airport-6809
ripe-smartphone-56353
09/11/2024, 3:11 PM