Spring Boot application freezes after a day
问题 I have a Spring Boot application running on two servers. It accepts file upload requests (approx 1 KB) via Controller from 1000s of IOT devices. Additionally there is a TCP Listener which also accepts GPS data as a Stream from these IOT devices. I have setup the Tomcat max thread count to 3000 on one server and 5000 on a larger VM. After a day or two my Spring Boot application freezes, i.e. it stops responding to any further API calls. One reason, I suspect is that the IOT devices are not