Repeating errors

Thank you. I have made that change and will keep and eye on the
number of files open.

Lee

On Dec 1, 11:05 am, Clinton Gormley clin...@iannounce.co.uk wrote:

Hi Lee

Here's the cause of your error

Caused by: java.io.FileNotFoundException: /mnt/elasticsearch/nodes/0/
indices/production/1/index/_ci9.fdx (Too many open files)

You need to set the limit on open files high, like 30000:

ulimit -n 30000

See here for some notes about setting ulimit permanently:

GitHub - elastic/elasticsearch: Free and Open, Distributed, RESTful Search Engine...

clint