memgraph / helm-charts

Helm charts for deploying Memgraph, an open-source in-memory graph database.
https://memgraph.github.io/helm-charts/
Apache License 2.0
14 stars 11 forks source link

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

Open antejavor opened 3 days ago

antejavor commented 3 days ago

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.

gitbuda commented 3 days ago

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 commented 2 days ago

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