OPP is consuming High CPU (100%)
To know why OPP is consuming High CPU perform below. This helps us know the root cause of High CPU Consumption. There could be some report running which is causing OPP to consume 100% CPU.
1. Use "top" command to identify the pid. This is the pid of OPP Java process which consumes High CPU . Upload the screen shot
2 Upload the java thread dump. Use the pid from step1.
kill -3 <pid>
2.1 Identify the relevant OPP file (pickup the LOCATION of file name from ps -ef | grep <pid> )
2.2 Upload the same OPP log file (step 2.1) which will have thread dump as we issued kill -3.