Skip to content
Discussion options

You must be logged in to vote

The 1Gi PV is almost certainly too small for the index headers. The store-gateway downloads and caches index-header files for each block, and with replication factor 3, each gateway is responsible for a portion of all blocks. As your data grows, the index headers will outgrow 1Gi pretty quickly.

I'd bump the PV size to at least 10-20Gi as a starting point, though the right size depends on your total number of blocks and compaction level. You can check the actual disk usage of the index headers directory to see how much space they need right now.

If you want to reduce the disk footprint without increasing the PV, you can try setting store_gateway.sharding_ring.replication_factor lower (tho…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sinapah
Comment options

@mg1986jp
Comment options

@sinapah
Comment options

Answer selected by sinapah
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #15444 on May 27, 2026 15:01.