-
Notifications
You must be signed in to change notification settings - Fork 621
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
Default value too high #3791
Default value too high #3791
Conversation
Hi @xogoodnow, We cannot deliberately change the default values, as this would constitute a breaking change and would affect many users. For example, imagine an ingester pod that previously utilized 4GB of memory (which is totally expected) being scheduled on a node with only 2GB available. The same applies to the OOM killer: even if the node had enough resources, the pod would be killed eventually. I find most of the currently set parameters to be safe and well-considered and appropriate for general use. I would decrease the Instead, we could add a note to our documentation with an override example. Alternatively, or in addition, we could provide a separate |
Hi @kolesnikovae,
This is just my suggestion (as I have not seen any other chart like this). Cheers |
Hi @xogoodnow! Thank you for the input!
Oh, I wouldn't bet on it :) there's no way to estimate the blast radius, and we can't even make educated guesses
I find most of the currently set parameters appropriate for general use. Each service has its own role and the resource consumption differs drastically depending on the role. For example:
Speaking of similar charts – for example, in Mimir we have presets for |
Hi @kolesnikovae, I sill think my points were valid but I respect your perspective on this. Cheers |
Hi @xogoodnow, Thank you. I'd add In the quick start guide, we can replace If you're going to make this change, please also update Please note that |
@kolesnikovae, |
Hi @kolesnikovae, Since the point of this PR is not valid anymore, I would close it and discuss the aforementioned changes on another PR. Cheers |
Hi,
The default values for components are set too high.
The default suggestion could be confusing for users and also prevents the chart to be deployed with default values.
Cheers