|
@@ -1,6 +1,10 @@
|
|
[[file-descriptors]]
|
|
[[file-descriptors]]
|
|
=== File Descriptors
|
|
=== File Descriptors
|
|
|
|
|
|
|
|
+[NOTE]
|
|
|
|
+This is only a problem for Linux and macOS and can be safely ignored if running
|
|
|
|
+Elasticsearch on Windows.
|
|
|
|
+
|
|
Elasticsearch uses a lot of file descriptors or file handles. Running out of
|
|
Elasticsearch uses a lot of file descriptors or file handles. Running out of
|
|
file descriptors can be disastrous and will most probably lead to data loss.
|
|
file descriptors can be disastrous and will most probably lead to data loss.
|
|
Make sure to increase the limit on the number of open files descriptors for
|
|
Make sure to increase the limit on the number of open files descriptors for
|