Replies: 4 comments
-
Hi @Sindvero, What was restarting? The brokers or the cluster operator? |
Beta Was this translation helpful? Give feedback.
-
Hi @LiamClarkeNZ, The cluster operator (strimzi cluster operator)keep restarting because of a OOMKilled. So I supposed I could increase the limit by myself right? but I was wondering why the limit is so low? and 384Mi doesn't seem like a "random" value so I was wondering how did you chose this limit? Thanks |
Beta Was this translation helpful? Give feedback.
-
Ah, gotcha, sorry, was in the title. I'm rather new to Strimzi, so unsure why it was set to 384. @scholzj may be able to speak to the reasons behind that. But yep, you can definitely set it higher for your deployment. |
Beta Was this translation helpful? Give feedback.
-
384Mi is something what seems to work for most people. So I do not think we have any plans to change it. However, it is of course possible that it does not work for your particular case. You can of course always change it in your deployment just by editing the resources in the YAML / Kubernetes resource. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Please use this to only for bug reports. For questions or when you need help, you can use the GitHub Discussions, our #strimzi Slack channel or out user mailing list.
Describe the bug
The limit memory request is 384Mi which is pretty low for our use case since we have 5 brokers running and 5 ZKs which is a minimum for our use case. So my questions were why is the limit so low?, and can I increase it without problem and also create a PR with a higher memory limit?
To Reproduce
Steps to reproduce the behavior:
Just deploy the cluster with 5 kafka brokers and 5 ZKs in an istio mesh
Expected behavior
Not restarting and have a bigger memory limit
Environment (please complete the following information):
YAML files and logs
Please find the configuration attached but it's basically the default one
report-27-05-2021_02-21-44.zip
Beta Was this translation helpful? Give feedback.
All reactions