Maximum number of open files

Hi all,
I am using node js client to search for data from elastic search. I have already set -
nofile:
soft: 65535
hard: 65535 .when the maximum number of the open files exceeds my elastic search stop responding. after a restart, it is working properly. please provide a solution.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.