Remove mention of Darwin mlock support from docs. (#2624)
This commit is contained in:
parent
3ba162fea1
commit
8c75c2611a
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue