From 809fdeb5486f0aca45cb13ef8f5534ae7bbb2382 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 28 Apr 2015 15:13:07 -0700 Subject: [PATCH] website: add disable_mlock flag --- website/source/docs/config/index.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/config/index.html.md b/website/source/docs/config/index.html.md index 486a6c320a..4cd95ae74f 100644 --- a/website/source/docs/config/index.html.md +++ b/website/source/docs/config/index.html.md @@ -37,6 +37,10 @@ to specify where the configuration is. "tcp" is currently the only option available. A full reference for the inner syntax is below. +* `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. + * `statsite_addr` (optional) - An address to a [Statsite](https://github.com/armon/statsite) instances for metrics. This is highly recommended for production usage.