Docs: tidied configuration.asciidoc

This commit is contained in:
Clinton Gormley 2014-06-17 17:36:45 +02:00
parent f450c3ea30
commit 3eb291f334
1 changed files with 1 additions and 1 deletions

View File

@ -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`: