Elasticsearch is not starting when bootstrap.memory_lock is set to true

The problem is that you need to enable memory locking as per the documentation. This gives the process the permissions to lock memory which it currently does not have.

3 Likes