分析tomcat快照内存溢出

tomcat内存溢出 可以让tomcat自动产生快照,配置如下: -XX:+HeapDumpOnOutOfMemoryError -XX:-PrintConcurrentLocks -XX:HeapDumpPath=/usr/local/installed/tomcat/m.hprof 可以自己手动创建快照,命令如下 jmap -dump:live,format=b,file=m.hprof PI
相关文章
相关标签/搜索