MaximumClientWritesPending建议添加文档说明其意义及影响 #410
CendealChen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
MaximumClientWritesPending这个参数默认给的值太大了,也没有在文档中给出需要注意的问题。尤其是它对运行内存影响极大的问题。
根据实际测试,发现默认给的1024*8过大了,在高活IoT设备场景相当的吃内存,在没有任何数据交互情况下,仅仅只是保持连接,就已经消耗了大量的内存,比如同时在线1w的时候,服务器的内存开销会很大, @werbenhu
Beta Was this translation helpful? Give feedback.
All reactions