The problem : I have a Wildfly server for my web applications. The server work during 1~2 hours and after a moment, I have this error for all the requests : Too many open files.
I have already put the ulimit nofile 65535 for all users and the same error appears.
How can I fix this error ?