tomcat版本是6.0.35。
1
tomcat的server.xml配置了
<!-- Prevent memory leaks due to use of particular java/javax APIs-->
<ListenerclassName="org.apache.catalina.core.JreMemoryLeakPreventionListener"/>
JreMemoryLeakPreventionListener这个类顾名思义是防止内存泄露的。
6.0.35的 org.apache.catalina.core.JreMemoryLeakPreventionListener的 261行有如下代码
jvm 优化 关闭一小时一次fullgc
最新推荐文章于 2022-08-19 17:05:19 发布