We have a web application deployed on Tomcat, which can have over 300k file descriptors, while our limit for single process is 250k. The strange thing is: when the server is running, the number goes up (400k) and down (100k). Sometimes, we cannot ssh into the OS when the number is high. However, we didn’…