java.lang.OutOfMemoryError: GC overhead limit exceeded 分析

内存溢出问题定位分析:tomcat

step1:使用top命令查看进程号工具

step2:使用jmap工具生成内存快照jmap -dump:format=b,file=tomcat.bin 17114spa

step3:使用sz tomcat.bin 命令下载快照文件orm

step4:使用MemoryAnalyzer.exe工具分析内存使用blog

相关文章
相关标签/搜索