cantOS 6.x版本

elasticsearch 6.x版本

es6.x版本默认bootstrap.system_call_filter检测为true, centos版本不支持, 导致检测失败

在elasticsearch.yml添加配置

#
# Lock the memory on startup:
#
bootstrap.memory_lock: false
#
# Make sure that the heap size is set to about half the memory available
# on the system and that the owner of the process is allowed to use this
# limit.
#
# Elasticsearch performs poorly when the system is swapping the memory.
#
bootstrap.system_call_filter: false

相关文章:

  • 2022-02-01
  • 2021-10-09
  • 2021-09-15
  • 2022-12-23
  • 2021-06-20
  • 2021-09-22
  • 2021-06-28
  • 2021-12-18
猜你喜欢
  • 2022-12-23
  • 2022-02-20
  • 2021-06-14
  • 2022-12-23
  • 2022-02-14
  • 2021-07-03
相关资源
相似解决方案