From 7af225cea45e40c8424f96475bb8f3e84dbe12c3 Mon Sep 17 00:00:00 2001 From: Emil Date: Mon, 12 Nov 2018 18:54:39 -0500 Subject: [PATCH] Update 50_heap.asciidoc bootstrap.mlockall is now bootstrap.memory_lock https://www.elastic.co/guide/en/elasticsearch/reference/current/setup-configuration-memory.html --- 510_Deployment/50_heap.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/510_Deployment/50_heap.asciidoc b/510_Deployment/50_heap.asciidoc index 976a86e2c..cb4c7aa40 100644 --- a/510_Deployment/50_heap.asciidoc +++ b/510_Deployment/50_heap.asciidoc @@ -219,5 +219,5 @@ Finally, if neither approach is possible, you should enable `mlockall`. file. [source,yaml] ---- -bootstrap.mlockall: true +bootstrap.memory_lock: true ----