OpenSearch/docs/reference/index-modules
Jason Tedor bdfcc326d7
Enable avoiding mmap bootstrap check (#32421)
The maximum map count boostrap check can be a hindrance to users that do
not own the underlying platform on which they are executing
Elasticsearch. This is because addressing it requires tuning the kernel
and a platform provider might now allow this, especially on shared
infrastructure. However, this bootstrap check is not needed if mmapfs is
not in use. Today we do not have a way for the user to communicate that
they are not going to use mmapfs. This commit therefore adds a setting
that enables the user to disallow mmapfs. When mmapfs is disallowed, the
maximum map count bootstrap check is not enforced. Additionally, we
fallback to a different default index store and prevent the explicit use
of mmapfs for an index.
2018-08-21 11:02:25 -04:00
..
allocation Fix some typos (#18746) 2016-06-07 16:41:39 +02:00
allocation.asciidoc Docs: Documented index prioritization 2015-07-15 18:05:42 +02:00
analysis.asciidoc Fixing typo 2015-10-26 16:48:20 -04:00
index-sorting.asciidoc Allow `_doc` as a type. (#27816) 2017-12-14 17:47:53 +01:00
mapper.asciidoc Docs: Mapping docs completely rewritten for 2.0 2015-08-06 17:24:51 +02:00
merge.asciidoc [DOCS] Added 'on a single shard' to description of max_thread_count. Closes 28518 (#29686) 2018-04-27 09:29:27 -07:00
similarity.asciidoc Docs: Clarify constraints on scripted similarities. (#31076) 2018-06-05 08:51:00 +02:00
slowlog.asciidoc Logging: Make node name consistent in logger (#31588) 2018-07-31 10:54:24 -04:00
store.asciidoc Enable avoiding mmap bootstrap check (#32421) 2018-08-21 11:02:25 -04:00
translog.asciidoc [Docs] Improve section detailing translog usage (#30573) 2018-05-15 10:43:57 +02:00