加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

ES部署报错 max file size 和 kibana 报错File size limit excee

发布时间:2020-12-17 20:42:06 所属栏目:安全 来源:网络整理
导读:启动失败一 ERROR: [ 2] bootstrap checks failed [ 1]: max file descriptors [ 4096] for elasticsearch process is too low,increase to at least [ 65536] [ 2]: max virtual memory areas vm.max_map_count [ 65530] is too low,increase to at least [

启动失败一

ERROR: [2] bootstrap checks failed [1]:

max file descriptors [4096] for elasticsearch process is too low,increase to at least [65536] [2]:

max virtual memory areas vm.max_map_count [65530] is too low,increase to at least [262144]

?

永久解决:

#修改文件 /etc/security/limits.conf ,在下面添加下面两句内容

* hard nofile 65536

* soft nofile 65536

?

启动失败二

max file size [67108864] for user [elastic] is too low,increase to [unlimited]

#切换root用户,执行下面命令

ulimit -f unlimited

永久解决:

vim?/etc/security/limits.conf

加上下面的语句

elastic - fsize unlimited

?

启动失败三

?

kibana启动报File size limit exceeded

解决方法:同失败二的解决方法

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读