您的位置:首页 > 其它

双11线上压测netty内存泄露

2017-10-16 16:44 183 查看
  最近线上压测,机器学习模型第一次应用到线上经历双11大促。JSF微服务有报错

LEAK: ByteBuf.release() was not called before it's garbage-collected. Enable advanced

leak reporting to find out where the leak occurred. To enable advanced leak reporting,

specify the JVM option '-Dio.netty.leakDetection.level=advanced' or call ResourceLeakDetector.setLevel()

See http://netty.io/wiki/reference-counted-objects.html for more information.

查文章看 netty有泄露。

连接: http://calvin1978.blogcn.com/articles/netty-leak.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: