Skip to content
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

Add config for vm.max_map_count to helm charts. #74

Open
antejavor opened this issue Nov 19, 2024 · 2 comments · May be fixed by #79
Open

Add config for vm.max_map_count to helm charts. #74

antejavor opened this issue Nov 19, 2024 · 2 comments · May be fixed by #79
Assignees
Labels
bug Something isn't working memgraph Memgraph standalone issue memgraph-ha Memgraph HA chart issue

Comments

@antejavor
Copy link
Collaborator

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.

@antejavor antejavor added the bug Something isn't working label Nov 19, 2024
@gitbuda
Copy link
Member

gitbuda commented Nov 19, 2024

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?

@antejavor antejavor added this to the Memgraph-2.22.0 milestone Nov 20, 2024
@antejavor antejavor added memgraph Memgraph standalone issue memgraph-ha Memgraph HA chart issue labels Nov 20, 2024
@antejavor
Copy link
Collaborator Author

@gitbuda Yes, or you need to use the privilege mode in docker/k8s.

@antejavor antejavor self-assigned this Nov 20, 2024
@antejavor antejavor linked a pull request Nov 22, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working memgraph Memgraph standalone issue memgraph-ha Memgraph HA chart issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants