IBM thread dump analyzer analyzes large dump files

When encountering a large thread dump, run the analysis program directly with %JAVA_HOME%\bin\java -jar jca434.jar, and then load the large log file, the progress bar will be stuck, and the log analysis function cannot be used normally

 

------------

Reason for error: Insufficient heap memory

The solution is to configure -Xmx in the startup parameters to display the maximum heap memory, do not use the default -Xmx

如下:%JAVA_HOME%\bin\java  -Xmx1200m -jar jca434.jar

 

--------

The reason for the large dump file

1 The thread dump was generated multiple times and saved to the same file, resulting in the file being too large

   

 

  2 The single thread dump file is too large, and the log file is huge after accumulation

 

 

 

 

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326777209&siteId=291194637