HOMELAB-584: feat(tempo): increase memory limits to fix OOMKilled events #148

Merged
aaron merged 1 commit from plane/HOMELAB-584-fix-tempo-oom into live 2026-04-02 21:40:43 +00:00
Owner

Summary

  • Fix Tempo OOMKilled events by increasing memory limits
  • Memory requests: 256Mi → 512Mi
  • Memory limits: 1Gi → 2Gi

Root Cause

Tempo was experiencing OOM kills due to insufficient memory allocation, causing monitoring alerts to fire.

Test Plan

  • Verify memory limit changes in values.yaml
  • Deploy and monitor Tempo pod memory usage
  • Confirm no more OOM kills in monitoring
  • Verify tempo metrics ingestion continues normally

Fixes: HOMELAB-584

🤖 Generated with Claude Code

## Summary - Fix Tempo OOMKilled events by increasing memory limits - Memory requests: 256Mi → 512Mi - Memory limits: 1Gi → 2Gi ## Root Cause Tempo was experiencing OOM kills due to insufficient memory allocation, causing monitoring alerts to fire. ## Test Plan - [x] Verify memory limit changes in values.yaml - [ ] Deploy and monitor Tempo pod memory usage - [ ] Confirm no more OOM kills in monitoring - [ ] Verify tempo metrics ingestion continues normally Fixes: HOMELAB-584 🤖 Generated with [Claude Code](https://claude.com/claude-code)
HOMELAB-584: feat(tempo): increase memory limits to fix OOMKilled events
Some checks failed
0/0 projects applied successfully.
CI Review / ai-review (pull_request) Has been cancelled
CI Review / helm-validate (pull_request) Has been cancelled
CI Review / pr-title (pull_request) Has been cancelled
Lint & Validate / shellcheck (pull_request) Has been cancelled
Lint & Validate / yaml-lint (pull_request) Has been cancelled
Lint & Validate / terraform-validate (pull_request) Has been cancelled
9045a2187d
- Memory request: 256Mi → 512Mi
- Memory limit: 1Gi → 2Gi
- Fixes OOMKilled alerts for tempo-0 pod in monitoring namespace
- Tempo running in monolithic mode with 72h retention requires more memory for in-memory trace buffering

Resolves: PodOOMKilled alerts affecting observability stack
aaron merged commit 0dffa017c5 into live 2026-04-02 21:40:43 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aaron/infra-core!148
No description provided.