-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用ssl连接的时候,客户端的内存使用会不断上升 #269
Comments
麻烦提供一下运行参数。 |
mqtt_bench conn -h 10.10.0.1 -p 28019 -u test -P 123 --ssl -V 3 -k 59 --prefix 'sub-' --shortids true -n 0 -R 1000 -c 100000 |
you could try If the proceses are just doing keep alive, it is unlikely the mem get GCed and you will see it grows until reach some GC point. |
我在测试多并发的时候也发现了这个问题 :( emqtt_bench工具使用的内存会逐渐上升,导致我在测试长连接功能时,压测机的内存溢出导致系统崩溃. |
使用emqtt-bench模拟10w个客户端连接并一直发送心跳,在10w个客户端都连接成功后,保持一段时间,客户端的内存使用不断上升,会是emqtt-bench有内存泄露吗?
The text was updated successfully, but these errors were encountered: