This repository was archived by the owner on Sep 21, 2021. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
=== File Descriptors and MMap
3
3
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
5
5
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")))
7
7
8
8
Sadly, many modern linux distributions ship with a paltry 1024 file descriptors
9
9
allowed per process. This is _far_ too low for even a small Elasticsearch
@@ -45,7 +45,7 @@ GET /_nodes/process
45
45
<1> The `max_file_descriptors` field will inform you how many available descriptors
46
46
the Elasticsearch process can access
47
47
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
49
49
that the maximum map count so that there is ample virtual memory available for
50
50
mmapped files. This can be set temporarily with:
51
51
You can’t perform that action at this time.
0 commit comments