You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running ES with niofs, and after a while it hits the open file limit (default on my linux box is 1024). Any chance you can add a ulimit -n 4096 into the startup?
Not sure if 4096 is the right number, but works for me :)