Store Gateway OOM #4992
Answered
by
vikasbudhwat
akshat-kumar-singhal
asked this question in
Q&A
|
Cortex v1.13 |
Answered by
vikasbudhwat
Nov 24, 2022
Replies: 1 comment 1 reply
|
we are also facing the same issue. Trying to find way/config to cleanup old index files, may be TTL parameter. Tied with below parameters, but this didn't work. |
1 reply
Answer selected by
akshat-kumar-singhal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
we are also facing the same issue.
My observation is that index-headers gets synced to local disk in store gateway over period of time and no cleanup happens for old index-headers.
Trying to find way/config to cleanup old index files, may be TTL parameter.
Tied with below parameters, but this didn't work.
bucket_store: sync_dir: /data/tsdb-sync ignore_blocks_within: 5m index_header_lazy_loading_enabled: true index_header_lazy_loading_idle_timeout: 1d bucket_index: max_stale_period: 1h