How to resolve the error java.net.SocketException: Too many open files

后端 未结 2 1719
春和景丽
春和景丽 2021-01-07 23:42

I have been doing load testing for my REST APIs using JMeter.

I am getting the following error when hit with 1000 concurrent users:

Too many open fil         


        
2条回答
  •  萌比男神i
    2021-01-08 00:24

    "java.net.SocketException: Too many files open"can be seen any Java Server application e.g. Tomcat, Weblogic, WebSphere etc, with client connecting and disconnecting frequently.

    You can find out how to solve "java.net.SocketException: Too many files open" here

提交回复
热议问题