解决:
- 首先打开limits.conf文件:vim /etc/security/limits.conf
- 在end前贴入指令:
* soft nofile 65536
* hard nofile 131072
* soft nproc 2048
* hard nproc 4096
使用./elasticsearch启动es时,报错解决
阅读 97
2022-02-08
解决:
* soft nofile 65536
* hard nofile 131072
* soft nproc 2048
* hard nproc 4096
相关推荐
精彩评论(0)