docker-elasticsearch-kubernetes
docker-elasticsearch-kubernetes copied to clipboard
MEMORY_LOCK: false does not disable swapping
The docs state
Another option is to use mlockall on Linux/Unix systems, or VirtualLock on Windows, to try to lock the process address space into RAM, preventing any Elasticsearch memory from being swapped out.
The default should be to turn on bootstrap.memory_lock, not disable it.