
Have you ever faced to deal with the error:max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144] ?
Solution:
Simply run command will fix this issue: sysctl -w vm.max_map_count=262144
Refer to: www.elastic.co