Skip to content

Commit

Permalink
changing some defaults
Browse files Browse the repository at this point in the history
Signed-off-by: Edward Welch <edward.welch@grafana.com>
  • Loading branch information
slim-bean committed Mar 22, 2024
1 parent 227c586 commit be5e58c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions production/helm/loki/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,13 @@ loki:
{{- if .enabled }}
chunk_store_config:
chunk_cache_config:
async_cache_write_back_buffer_size: 500000
async_cache_write_back_concurrency: 1
background:
writeback_goroutines: 1
writeback_buffer: 500000
writeback_size_limit: 250MB
default_validity: {{ .defaultValidity }}
memcached:
batch_size: {{ .batchSize }}
parallelism: {{ .parallelism }}
Expand Down

0 comments on commit be5e58c

Please sign in to comment.