From b20afce73fb5232f9696c9936ba7a4c2a49b3cb5 Mon Sep 17 00:00:00 2001 From: Matthew Gallagher Date: Sat, 22 Apr 2017 16:56:01 -0400 Subject: [PATCH] Remove mention of Darwin mlock support from docs. (#2624) --- website/source/docs/configuration/index.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/configuration/index.html.md b/website/source/docs/configuration/index.html.md index a18474b73e..75a2b02ffc 100644 --- a/website/source/docs/configuration/index.html.md +++ b/website/source/docs/configuration/index.html.md @@ -74,8 +74,8 @@ to specify where the configuration is. Disabling `mlock` is not recommended unless the systems running Vault only use encrypted swap or do not use swap at all. Vault only supports memory - locking on UNIX-like systems (Linux, FreeBSD, Darwin, etc). Non-UNIX like - systems (e.g. Windows, NaCL, Android) lack the primitives to keep a + locking on UNIX-like systems that support the mlock() syscall (Linux, FreeBSD, etc). + Non UNIX-like systems (e.g. Windows, NaCL, Android) lack the primitives to keep a process's entire memory address space from spilling to disk and is therefore automatically disabled on unsupported platforms.