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:
Phil Watts 2017-02-15 11:09:27 -05:00 committed by Jeff Mitchell
parent 791d2a3013
commit 14e815eede

View file

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