Make a Langfuse trace worth opening: question, answer, session, no probe noise

This commit is contained in:
2026-08-21 14:45:32 +07:00
parent 53582b6030
commit f3eaab0948
16 changed files with 733 additions and 5 deletions
+7 -2
View File
@@ -20,9 +20,14 @@
# install when left unset. No manual secret entry needed for this file.
langfuse:
# 512Mi crashed both web and worker with "JavaScript heap out of memory"
# right after a clean Postgres+ClickHouse connect and Next.js "Ready" --
# Node sizes its heap off the container memory limit, and 512Mi wasn't
# enough headroom above the actual app. Bumped once, empirically, after
# confirming live on 2026-08-21; revisit if it still OOMs under real load.
resources:
requests: { cpu: 100m, memory: 256Mi }
limits: { cpu: "1", memory: 512Mi }
requests: { cpu: 200m, memory: 512Mi }
limits: { cpu: "1", memory: 2Gi }
ingress:
enabled: true