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

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM