Browse Source

Docs: tidied configuration.asciidoc

Clinton Gormley 11 years ago
parent
commit
3eb291f334
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/setup/configuration.asciidoc

+ 1 - 1
docs/reference/setup/configuration.asciidoc

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