Can I auto restart tomcat jvm on out of memory exception

后端 未结 7 1756
北海茫月
北海茫月 2021-01-31 05:12

I know that this is not \"best practice\" but I would like to know if I can auto restart tomcat if my deployed app throws an outofmemory exception

7条回答
  •  自闭症患者
    2021-01-31 05:24

    What about something like this? -XX:OnOutOfMemoryError="exec \`ps --no-heading -p $$ -o cmd\`"

提交回复
热议问题