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

Links:

Install Elasticsearch with Docker

Error: 

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

Solution:

Windows and macOS with Docker Toolbox

The vm.max_map_count setting must be set via docker-machine:

docker-machine ssh
sudo sysctl -w vm.max_map_count=262144
原文地址:https://www.cnblogs.com/niaomingjian/p/7871935.html