You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was trying to investigate why mimir is not succeeding in making the compactions and got to a point where I saw it’s pvc is full, my pvc is 100GB and when the compaction is failing it’s suddenly empty.
I was wondering if someone could help me to find the right configuration to fix it, since I don’t want to keep increasing its storage.
Hi @Arturito145
Grafana has capacity planning page, with recommended amount of resources for Mimir components. Also, it described in more details in https://grafana.com/docs/mimir/latest/references/architecture/components/compactor/#compactor-disk-utilization. It says that "you could estimate needing 150GB of disk space for every 10M active series owned by the largest tenant."
So, if you really struggling with space, you can drop compaction-concurrency to 1, and decrease biggest compaction range blocks size from 24h, to e.g. 12h - but that potentially have negative performance consequences.
You can also try to spawn more compactors in parallel.
This discussion was converted from issue #10727 on February 24, 2025 14:31.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I was trying to investigate why mimir is not succeeding in making the compactions and got to a point where I saw it’s pvc is full, my pvc is 100GB and when the compaction is failing it’s suddenly empty.
I was wondering if someone could help me to find the right configuration to fix it, since I don’t want to keep increasing its storage.
Thanks 😊
Beta Was this translation helpful? Give feedback.
All reactions