Lucene uses a very large number of files. At the same time, Elasticsearch uses a large number of sockets to communicate between nodes and HTTP clients. All of this requires available file descriptors.Lucene은 매우 많은 수의 파일을 사용한다. 동시에, Elasticsearch는 node와 HTTP 클라이언트 사이의 통신을 위해 많은 socket을 사용한다. 이것 모두는 사용 가능한 file descriptor가 필요하다.Sadly, many modern Linux distributions ship with a paltry 1,024 file d..