Skip to content

v9.9.1-5

Compare
Choose a tag to compare
@cesmarvin cesmarvin released this 12 Jun 14:34
· 111 commits to master since this release

Fixed

  • Fixed elasticsearch bootstrap error where vm.max_map_count is too low (#90)
    • Set node.store.allow_mmap to false and restrict the usage of mmap in k8s environments to avoid elasticsearch bootstrap error. This option is used to avoid usage of privileged containers.