提交 afb5f8d4 编写于 作者: Y youyong205

fix oom problem

上级 970ed946
...@@ -55,6 +55,7 @@ public class PeriodTask implements Task, LogEnabled { ...@@ -55,6 +55,7 @@ public class PeriodTask implements Task, LogEnabled {
public void finish() { public void finish() {
try { try {
m_analyzer.doCheckpoint(true); m_analyzer.doCheckpoint(true);
m_analyzer.destroy();
} catch (Exception e) { } catch (Exception e) {
Cat.logError(e); Cat.logError(e);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册