We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the config is too low by default, during high load procedures, this will happen:
Max virtual memory areas vm.max_map_count 65530 is too low, increase to at least 262144
We should set a bigger default and enable users to change this.
The text was updated successfully, but these errors were encountered:
Quick note/question: is it true that the settings have to be done on the host machine/OS -> what's the best way to do that when k8s is used?
Sorry, something went wrong.
@gitbuda Yes, or you need to use the privilege mode in docker/k8s.
antejavor
Successfully merging a pull request may close this issue.
If the config is too low by default, during high load procedures, this will happen:
Max virtual memory areas vm.max_map_count 65530 is too low, increase to at least 262144
We should set a bigger default and enable users to change this.
The text was updated successfully, but these errors were encountered: