Beetl模板使用中的提示,请帮忙解释一下
The web application [/www] created a ThreadLocal with key of type [org.beetl.core.ContextLocalBuffer$1] (value [org.beetl.core.ContextLocalBuffer$1@16900a2]) and a value of type [java.lang.ref.SoftReference] (value [java.lang.ref.SoftReference@a340d7]) but failed to remove it when the web application was stopped. This is very likely to create a memory leak.
我启用了tomcat的自动重装功能,是否我上传新的class文件,web服务器重装类的时候导致的?有什么影响吗?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
是这样吗? BeetlRenderFactory.groupTemplate.close();
@简单代码 是
回复
谢谢!!
tomcat 经常误报,其实不会导致内存溢出。你可以在你的应用重新部署之前调用group.close()来关闭beetl所有占用的资源