MemoryAnalyzerTool
参考资料https://blog.csdn.net/lyd135364/article/details/121449969
指定VMMemoryAnalyzer.ini添加-vm
12345678910-startupplugins/org.eclipse.equinox.launcher_1.6.900.v20240613-2009.jar--launcher.libraryplugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.1100.v20240722-2106-vmE:\tools\jdk\17\jdk-17.0.8\bin-vmargs--add-exports=java.base/jdk.internal.org.objectweb.asm=ALL-UNNAMED-Xmx1024m
生成hprof文件选项”-XX:+HeapDumpOnOutOfMemoryError”或”-XX:+HeapDumpBeforeFullGC”选项”-XX:HeapDumpPath”所代表的含义就是当程序出现OutofMe ...