Make a Langfuse trace worth opening: question, answer, session, no probe noise
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user