Too many open files Error on Lucene

前端 未结 3 1204
失恋的感觉
失恋的感觉 2021-02-10 17:15

The project I\'m working on is indexing a certain number of data (with long texts) and comparing them with list of words per interval (about 15 to 30 minutes).

After som

3条回答
  •  清歌不尽
    2021-02-10 17:40

    I already used the ulimit but error still shows. Then I inspected the customized core adapters for lucene functions. Turns out there's too many IndexWriter.open directory that is LEFT OPEN.

    Should note that after processing, will always call on closing the directory opened.

提交回复
热议问题