mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 12:26:34 +02:00
Remove mention of Darwin mlock support from docs. (#2624)
This commit is contained in:
parent
028ea4cb0f
commit
b20afce73f
@ -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…
x
Reference in New Issue
Block a user