Too Many open file exception while indexin using solr

前端 未结 4 1698
一生所求
一生所求 2021-02-06 19:10

I am using SOLR for indexing documents in my web application and solr.war is deployed on the jboss server. But while indexing i am getting too many files open exception. Below i

4条回答
  •  不要未来只要你来
    2021-02-06 19:21

    File Descriptor will be your most likely cause.

    Check the limit which your operating system has set. and adjust accordingliy. on Unix, the command to view and set is ulimit.

提交回复
热议问题