码迷,mamicode.com
首页 > 其他好文 > 详细

在堆溢出时保存快照

时间:2018-04-08 13:22:08      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:start   bin   存在   用户   脚本   nbsp   app   cleanup   参数   

-XX:+HeapDumpOnOutOfMemoryError

该配置会把快照保存在user.dir中,比如你用tomcat启动,那应该是在tomcat的bin目录下

当然,也可以通过XX:HeapDumpPath=./java_pid.hprof来显示指定路径

 此外,OnOutOfMemoryError参数允许用户指定当出现oom时,指定某个脚本来完成一些动作,比如邮件知会。。。

$ java -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp/heapdump.hprof -XX:OnOutOfMemoryError ="sh ~/cleanup.sh" MyApp

在堆溢出时保存快照

标签:start   bin   存在   用户   脚本   nbsp   app   cleanup   参数   

原文地址:https://www.cnblogs.com/0xcafedaddy/p/8744160.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!