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
I was too keen. Still OOMKilled / CrashLoopBackOff.
Need to also increase flagd-ui via Helm. In case it helps someone:
values.yaml (extract)
components:
flagd:
useDefault:
env: true
resources:
limits:
memory: "300Mi"
# flgad-ui as a sidecar container in the same pod so the flag json file can be shared
sidecarContainers:
- name: flagd-ui
useDefault:
env: true
resources:
limits:
memory: "300Mi"
rcastley
changed the title
flagd memory limits too lowflagd and flagd-ui memory limits too low
Mar 21, 2025
Bug Report
Which version of the demo you are using?
v2.0.2
Symptom
Install the demo in
k3s
on a Multipass instance on Apple Silicon. The VM is configured with 4 CPUs, 8G RAM and 32Gb disk.flagd
isOOMKilled
. Have tried both Helm chart and Kubernetes manifest.What is the expected behavior?
flagd
to startWhat is the actual behavior?
flagd
fails to start.Reproduce
Use either the Helm chart or Kubernetes manifest from this repo.
Additional Context
By increasing the memory limit to
300Mi
in the Kubernetes manifest for bothflagd
andflagd-ui
the service starts with no issues.The text was updated successfully, but these errors were encountered: