Tran Nghi's Site  - Make notes and share experience

max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

This post is also available in: English

max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

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

Message