Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 485 Bytes

troubleshooting.rst

File metadata and controls

22 lines (14 loc) · 485 Bytes

Troubleshooting

Elastic search container doesn't start

If you have:

bootstrap check failure [1] of [1]: max virtual memory areas vm.max_map_count [xxx] is too low, increase to at least [yyy]

Then you need to increase the vm.max_map_count on your host machine.

sudo nano /etc/sysctl.conf
vm.max_map_count=262144

Then reboot your machine.