mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
Edit to the language of the description of disable_mlock on the configuration documentation page. Previous wording could lead to confusion as to the recommended setting of the disable_mlock option. (#2377)
This commit is contained in:
parent
791d2a3013
commit
14e815eede
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ sending a SIGHUP to the server process. These are denoted below.
|
|||
subsystem. This will very significantly impact performance.
|
||||
|
||||
* `disable_mlock` (optional) - A boolean. If true, this will disable the
|
||||
server from executing the `mlock` syscall to prevent memory from being
|
||||
swapped to disk. This is not recommended in production (see below).
|
||||
server from executing the `mlock` syscall. `mlock` prevents memory from being
|
||||
swapped to disk. Disabling `mlock` is not recommended in production (see below).
|
||||
|
||||
* `telemetry` (optional) - Configures the telemetry reporting system
|
||||
(see below).
|
||||
|
|
|
|||
Loading…
Reference in a new issue