Docs: tidied configuration.asciidoc
This commit is contained in:
parent
f450c3ea30
commit
3eb291f334
|
@ -51,7 +51,7 @@ curl localhost:9200/_nodes/process?pretty
|
|||
[[vm-max-map-count]]
|
||||
==== Virtual memory
|
||||
|
||||
Elasticsearch uses <<mmapfs>> by default to store its indices. The default
|
||||
Elasticsearch uses <<mmapfs,`mmapfs`>> 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. On Linux, you can increase the limits by
|
||||
running the following command as `root`:
|
||||
|
|
Loading…
Reference in New Issue