当前位置:网站首页>Resolve the error Max virtual memory areas VM max_ map_ count [65530] is too low, increase to at least [262144]
Resolve the error Max virtual memory areas VM max_ map_ count [65530] is too low, increase to at least [262144]
2022-04-23 18:08:00 【Shallow singing ~ happiness】
1. build ES The following errors are reported after the cluster is started :

2. From reporting the wrong information vm.max_map_count See that the memory is too small therefore Need modification vm.max_map_count The memory size of Switch to root Account command su root
modify sysctl.conf file command : vim /etc/sysctl.conf as follows :
3. Enter the command :sysctl -p

4. Start again es I won't make a mistake as follows :

版权声明
本文为[Shallow singing ~ happiness]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231800323552.html
边栏推荐
- MySQL_ 01_ Simple data retrieval
- Serialization scheme of serde - trust
- Crawler for querying nicknames and avatars based on qqwebapi
- 由tcl脚本生成板子对应的vivado工程
- 线上怎么确定期货账户安全的?
- Win1远程出现“这可能是由于credssp加密oracle修正”解决办法
- A few lines of code teach you to crawl lol skin pictures
- proxy server
- MySQL auto start settings start with systemctl start mysqld
- Pointers in rust: box, RC, cell, refcell
猜你喜欢
随机推荐
Crawl lottery data
MySQL 中的字符串函数
_ FindText error
Robocode tutorial 5 - enemy class
Robocode Tutorial 4 - robocode's game physics
MySQL_ 01_ Simple data retrieval
NVIDIA Jetson: GStreamer and openmax (GST OMX) plug-ins
Go的Gin框架学习
解决允许在postman中写入注释请求接口方法
消费者灰度实现思路
positioner
Arcpy adds fields and loop assignments to vector data
Rust: how to implement a thread pool?
Thirteen documents in software engineering
ArcGIS table to excel exceeds the upper limit, conversion failed
Selenium + webdriver + chrome realize Baidu to search for pictures
YOLOv4剪枝【附代码】
C# 的数据流加密与解密
Multi thread crawling Marco Polo network supplier data
From source code to executable file







