sentry-kubernetes / charts

Easily deploy Sentry on your Kubernetes Cluster
MIT License
1.05k stars 502 forks source link

Kafka memory limit #1351

Closed arend-melissant-tnt closed 3 weeks ago

arend-melissant-tnt commented 2 months ago

Hi,

I got oom errors on the Kafka pods, and noticed that Kafka was allowed to use 1024 MBytes, but the pods were limited to 768 MBytes. Since changing the mem limit the errors are gone

kamenskiyyyy commented 2 months ago

I noticed this too after upgrading from 23.6.0 to version 23.11.0

image
kamenskiyyyy commented 2 months ago

I fixed it with:

kafka:
  controller:
    resourcesPreset: "large"

Kafka presets: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15

Mokto commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.

Mokto commented 3 weeks ago

This issue was closed because it has been inactive for 14 days since being marked as stale.