Remove mention of Darwin mlock support from docs. (#2624)

This commit is contained in:
Matthew Gallagher 2017-04-22 16:56:01 -04:00 committed by Jeff Mitchell
parent 3ba162fea1
commit 8c75c2611a

View file

@ -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.