aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/resources/schema/content.rnc
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-06-21 14:09:24 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-06-21 14:09:24 +0000
commit669545b0a0a70658b0973fceabbbebb52b8d561c (patch)
tree1c6c7ba721d26861cf20f3480d6ec0aeb65e1721 /config-model/src/main/resources/schema/content.rnc
parent6de3df07c6983871d6ceac252766b26b20a8857c (diff)
remove mlock as option as it is long gone.
Diffstat (limited to 'config-model/src/main/resources/schema/content.rnc')
-rw-r--r--config-model/src/main/resources/schema/content.rnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-model/src/main/resources/schema/content.rnc b/config-model/src/main/resources/schema/content.rnc
index 36db55c206c..91e9e069e17 100644
--- a/config-model/src/main/resources/schema/content.rnc
+++ b/config-model/src/main/resources/schema/content.rnc
@@ -376,8 +376,8 @@ Tuning = element tuning {
}
TuningIoOptionsLight = string "normal" | string "directio"
-TuningIoOptionsFull = string "normal" | string "directio" | string "mmap" | string "mlock" | string "populate"
-TuningIoOptionsSearch = string "mmap" | string "mlock" | string "populate"
+TuningIoOptionsFull = string "normal" | string "directio" | string "mmap" | string "populate"
+TuningIoOptionsSearch = string "mmap" | string "populate"
TuningCompression = element compression {
element type { string "none" | string "lz4" | string "zstd" }? &