From 7585c426b50049afae8ade6c6291f113e1a610e1 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Thu, 26 Jul 2018 21:20:33 -0400 Subject: [PATCH] Remove reference to non-existent store type We removed the default_fs store type yet the docs still contain a reference to them. This commit addresses that by removing this reference, and changing a reference to this section of the docs to instead refer to mmapfs. --- docs/reference/index-modules/store.asciidoc | 5 ----- docs/reference/setup/sysconfig/virtual-memory.asciidoc | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/reference/index-modules/store.asciidoc b/docs/reference/index-modules/store.asciidoc index e657affb607d4..a1e00bac61649 100644 --- a/docs/reference/index-modules/store.asciidoc +++ b/docs/reference/index-modules/store.asciidoc @@ -67,11 +67,6 @@ process equal to the size of the file being mapped. Before using this class, be sure you have allowed plenty of <>. -[[default_fs]]`default_fs` deprecated[5.0.0, The `default_fs` store type is deprecated - use `fs` instead]:: - -The `default` type is deprecated and is aliased to `fs` for backward -compatibility. - === Pre-loading data into the file system cache NOTE: This is an expert setting, the details of which may change in the future. diff --git a/docs/reference/setup/sysconfig/virtual-memory.asciidoc b/docs/reference/setup/sysconfig/virtual-memory.asciidoc index 672a14ef50de0..67aff16d24a3c 100644 --- a/docs/reference/setup/sysconfig/virtual-memory.asciidoc +++ b/docs/reference/setup/sysconfig/virtual-memory.asciidoc @@ -1,7 +1,7 @@ [[vm-max-map-count]] === Virtual memory -Elasticsearch uses a <> directory by +Elasticsearch uses a <> directory by default to store its indices. The default operating system limits on mmap counts is likely to be too low, which may result in out of memory exceptions.