Skip to content

Commit

Permalink
Remove chunk pool size limit from deployment configs
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitar Dimitrov <dimitar.dimitrov@grafana.com>
  • Loading branch information
dimitarvdimitrov committed May 16, 2023
1 parent 0e42fa2 commit ebe56c5
Show file tree
Hide file tree
Showing 60 changed files with 1,023 additions and 76 deletions.
1 change: 0 additions & 1 deletion operations/helm/charts/mimir-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ mimir:
blocks_storage:
backend: s3
bucket_store:
max_chunk_pool_bytes: 12884901888 # 12GiB
{{- if index .Values "chunks-cache" "enabled" }}
chunks_cache:
backend: memcached
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ data:
blocks_storage:
backend: s3
bucket_store:
max_chunk_pool_bytes: 12884901888
sync_dir: /data/tsdb-sync
s3:
access_key_id: grafana-mimir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ data:
blocks_storage:
backend: s3
bucket_store:
max_chunk_pool_bytes: 12884901888
sync_dir: /data/tsdb-sync
s3:
access_key_id: grafana-mimir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ data:
blocks_storage:
backend: s3
bucket_store:
max_chunk_pool_bytes: 12884901888
sync_dir: /data/tsdb-sync
s3:
access_key_id: grafana-mimir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ data:
addresses: dns+large-values-mimir-index-cache.citestns.svc:11211
max_idle_connections: 150
max_item_size: 5242880
max_chunk_pool_bytes: 12884901888
metadata_cache:
backend: memcached
memcached:
Expand Down
Loading

0 comments on commit ebe56c5

Please sign in to comment.