-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory leak #7
Comments
Interesting. I don't maintain any of my own global state, so it must be something inside of the |
I am getting this as well. In our case it used 6GB of ram before getting force evicted by kubernetes |
I ended up creating a lightweight reporter in golang that uses 7-10mb ram total and reports pod failures: |
I wonder if this is due to the use of breadcrumbs? |
FWIW I made another alternative: https://github.com/wichert/k8s-sentry . That means there are now three alternatives:
|
@wichert I like the way you parsed the events with the Edit: my go client now also provides detailed error information |
@wichert Great to see some alternative, do you also provide a manifest or helm file? |
@zifeo I will, once I have a first release and an image on docker hub. |
@zifeo I forgot to mention, but I have example manifests now. |
Hi, |
sentry-kubernetes on our two clusters leaks memory, at least memory usage has only gone up during a few weeks of usage:
We have RBAC enabled and given sentry-kubernetes' service account the ClusterRole
view
.As a workaround, we've now set the following resource requests/limits for the sentry-kubernetes container:
We expect these limits to restart the container every few days.
The text was updated successfully, but these errors were encountered: