Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit a40c126

Browse files
author
troutman_margaret@yahoo.com
committed
Edited 510_Deployment/60_file_descriptors.asciidoc with Atlas code editor
1 parent 639af42 commit a40c126

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

510_Deployment/60_file_descriptors.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
=== File Descriptors and MMap
33

4-
Lucene uses a _very_ large number of files. At the same time, Elasticsearch
4+
Lucene uses a _very_ large number of files. ((("deployment", "file descriptors and MMap"))) At the same time, Elasticsearch
55
uses a large number of sockets to communicate between nodes and HTTP clients.
6-
All of this requires available file descriptors.
6+
All of this requires available file descriptors.((("file descriptors")))
77

88
Sadly, many modern linux distributions ship with a paltry 1024 file descriptors
99
allowed per process. This is _far_ too low for even a small Elasticsearch
@@ -45,7 +45,7 @@ GET /_nodes/process
4545
<1> The `max_file_descriptors` field will inform you how many available descriptors
4646
the Elasticsearch process can access
4747

48-
Elasticsearch also uses a mix of NioFS and MMapFS for the various files. Ensure
48+
Elasticsearch also uses a mix of NioFS and MMapFS ((("MMapFS")))for the various files. Ensure
4949
that the maximum map count so that there is ample virtual memory available for
5050
mmapped files. This can be set temporarily with:
5151

0 commit comments

Comments
 (0)