zoukankan      html  css  js  c++  java
  • ElasticSearch启动报错,bootstrap checks failed

    一般报错中都会有实际的错误选项,根据具体报错具体修改即可。
    不过一般都直接先设置好如下选项:
    liunx 环境优化

    1. 修改⽂件 /etc/sysctl.conf 增加 vm.max_map_count=262144
    2. 修改⽂件 /etc/security/limits.conf 增加
      • soft nofile 65536
      • hard nofile 131072
      • soft memlock unlimited
      • hard memlock unlimited
    3. 修改⽂件 /etc/security/limits.d/90-nproc.conf
      * soft nproc 4096
      * ulimit -n 65535
    4. 执⾏⽣效命令 /sbin/sysctl -p
      5.创建普通⽤户和⽤户组给es使用
      groupadd es useradd -g es es
    现在学习还不晚;
  • 相关阅读:
    Python Day14
    Python Day13
    Python Day12
    Python Day11
    Python Day10
    Python Day9
    Python Day8
    Python Day7
    Python Day6
    Python Day5
  • 原文地址:https://www.cnblogs.com/ainimore/p/12744566.html
Copyright © 2011-2022 走看看