Back
I'm trying to run Elastic search in an Ubuntu EC2 machine (t2.medium).
But I'm getting the message:
max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
How can I increase the vm.max_map_count?
Add this line to make it more persistent:
vm.max_map_count=262144
To reload the configuration with this new value, in your /etc/sysctl.conf, run this:
$ sudo sysctl -p
Learn how we helped 50,000+ professionals like you !
31k questions
32.9k answers
500 comments
692 users