ElasticSearch安装报错整理-threads[4096]

实验环境

  • CentOS7
  • elasticsearch-6.2.4

具体错误

[1]: max number of threads [3802] for user [elasticsearch] is too low, increase to at least [4096]

通过ulimit -a命令查看用户进程数限制。

这里写图片描述

发现当前最大用户进程数被限制为3802,而ElasticSearch要求的最小进程数为4096,需要调大概值。

编辑/etc/security/limit.d/20-nproc.conf配置文件,改为如下配置。

*          soft    nproc     4096
*          hard    nproc     4096
root       soft    nproc     unlimited
elasticsearch soft nofile    65536
elasticsearch hard nofile    65536

这里写图片描述

再次启动./elasticsearch就没有这个错误了。


参考文章:
1. https://elasticsearch.cn/question/3915

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值