docker-elasticsearch-kubernetes icon indicating copy to clipboard operation
docker-elasticsearch-kubernetes copied to clipboard

MEMORY_LOCK: false does not disable swapping

Open anopheles opened this issue 7 years ago • 0 comments

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.

anopheles avatar May 22 '18 12:05 anopheles