org.apache.tomcat.util.net.JIoEndpoint takes more memory as per new relic Thread profiler. The memory utilization never reduced even in idle time. It seems there is a memory leak in this class. Could you please help me to debug little more?
Asked
Active
Viewed 112 times
0
-
Try taking a thread dump to get a list of all the threads running on your server. Windows: `ctrl + break`, Linux `kill -3
` – Federico Sierra Feb 17 '15 at 17:36 -
We did Thread Profiling in new relic and shows active threads. Even in idle time the above class takes much memory. Attaching the screenshot – Selvakumar P Feb 17 '15 at 17:50