HOMELAB-256: fix(langfuse): increase ClickHouse memory limit to 1536Mi #27

Merged
aaron merged 1 commit from HOMELAB-256-langfuse-clickhouse-oom into main 2026-03-23 06:41:14 +00:00
Owner

Summary

  • ClickHouse pod in CrashLoopBackOff due to OOM during system.trace_log merge operations
  • resourcesPreset: small (768Mi) insufficient — merges need ~617MiB
  • Replace with explicit resources: 512Mi request, 1536Mi limit

Test plan

  • ArgoCD syncs new values
  • ClickHouse pod stabilizes (no more CrashLoopBackOff)
  • Langfuse sessions.filterOptions works again
## Summary - ClickHouse pod in CrashLoopBackOff due to OOM during system.trace_log merge operations - `resourcesPreset: small` (768Mi) insufficient — merges need ~617MiB - Replace with explicit resources: 512Mi request, 1536Mi limit ## Test plan - [ ] ArgoCD syncs new values - [ ] ClickHouse pod stabilizes (no more CrashLoopBackOff) - [ ] Langfuse sessions.filterOptions works again
HOMELAB-256: fix(langfuse): increase ClickHouse memory limit to 1536Mi
Some checks failed
0/0 projects applied successfully.
Release / release (pull_request) Failing after 3s
a214b06681
ClickHouse was OOM-killing during system.trace_log merge operations.
The "small" preset (768Mi) was insufficient — merges need ~617MiB,
leaving no headroom. Replace resourcesPreset with explicit resources
(512Mi request, 1536Mi limit) to prevent CrashLoopBackOff.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
aaron merged commit 4221549d9f into main 2026-03-23 06:41:13 +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!27
No description provided.