Open antejavor opened 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.
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?
@gitbuda Yes, or you need to use the privilege mode in docker/k8s.
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.