使用./elasticsearch启动es时,报错解决

阅读 100

2022-02-08

解决:

  1. 首先打开limits.conf文件:vim /etc/security/limits.conf
  2. 在end前贴入指令:
* soft nofile 65536
* hard nofile 131072
* soft nproc 2048
* hard nproc 4096

相关推荐

精彩评论(0)

0 0 举报