WARNING: Version 6.1 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
File descriptor check
editFile descriptor check
editFile descriptors are a Unix construct for tracking open "files". In Unix
though, everything is
a file. For example, "files" could be a physical file, a virtual file
(e.g., /proc/loadavg
), or network sockets. Elasticsearch requires
lots of file descriptors (e.g., every shard is composed of multiple
segments and other files, plus connections to other nodes, etc.). This
bootstrap check is enforced on OS X and Linux. To pass the file
descriptor check, you might have to configure file
descriptors.