启动elasticsearch报错
程序员文章站
2024-03-25 12:50:46
...
- max file descriptors [4096] for elasticsearch process is too low, increase to at least [65535]
echo “* soft nofile 65535” >> /etc/security/limits.conf
echo ‘“”* hard nofile 65535” >> /etc/security/limits.conf
需重启
- max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
sysctl –w vm.max_map_count=262144 #(临时生效)
echo “vm.max_map_count=262144” >> /etc/sysctl.conf #(永久生效,需使用sysctl -p)
需重启
3.max number of threads [1024] for user [elk] is to low , incease to at least [4096]
echo “elk soft nproc 65535” >> /etc/security/limits.conf
echo “elk hard nproc 65535” >> /etc/security/limits.conf
需重启
上一篇: Elasticsearch启动报错
推荐阅读
-
启动elasticsearch报错
-
Elasticsearch启动报错
-
首次安装使用typescript报错
-
Android Studio 报错 executing external native build for cmake xxx CMakeLists.txt
-
在Django框架中偶遇报错:AttributeError: ‘str’ object has no attribute ‘decode’解决办法
-
Elasticsearch(二) Elasticsearch中的Mapping映射, 更新mapping和添加mapping
-
Django 报错:‘AttributeError: ‘str‘ object has no attribute ‘decode‘‘
-
elasticsearch启动常见错误
-
【已解决】python-pip升级报错- AttributeError: 'NoneType' object has no attribute 'bytes'
-
Elasticsearch中的Mapping