Hi all,
I'm installing a log software in one of my KVM VM with plenty of RAM and disk space but getting the following error:
There are ElasticSearch nodes in the cluster that have a too low open file limit. (below 64000) This will be causing problems that can be hard to diagnose. Read how to raise the maximum number of open files in the documentation.
In the VM it seems that the open file limit is not an issue:
root@logserver1:~/graylog2-setup# cat /proc/sys/fs/file-max
818835
Where do I need to set this limit? I searched in various places but no luck.
Any help is much appreciated.
I'm installing a log software in one of my KVM VM with plenty of RAM and disk space but getting the following error:
There are ElasticSearch nodes in the cluster that have a too low open file limit. (below 64000) This will be causing problems that can be hard to diagnose. Read how to raise the maximum number of open files in the documentation.
In the VM it seems that the open file limit is not an issue:
root@logserver1:~/graylog2-setup# cat /proc/sys/fs/file-max
818835
Where do I need to set this limit? I searched in various places but no luck.
Any help is much appreciated.