How-To Resolve High CPU

PlantUML with VSCode

Posted by Kuo on March 15, 2018

How-To Resolve High CPU

Support team reported an issue regrading high CPU usage of our latest deployed service application. They helped me to check corresponding process and found the count of threads is more than 2,000 and the CPU usage raised to 40%, and normally the CPU usage should be less than 10%.

Since in most cases developers cannot debug application directly in production server, support team helped me to create a dump file

What is Dump file and what is used for