Hi, in my case, around 7000 to 8000 streams were subscribed via Streaming Plugin. It caused Memory Shootup from 2% to 100% suddenly and crashed our server. Whether anyone else faced such issue? What may be the reason? Can somebody help with this?
Were those 7000/8000 all subscribed to the same mountpoint? If so, did you enable helper threads on the mountpoint? If not, the server will not be able to keep up with incoming packets.
Totally, there were 29 mountpoints and atmost 700 handles attached to a single mountpoint. Helper threads were not enabled.
Then try with helper threads enabled and check if that helps. I’m not aware of any memory leak, so I suspect it’s indeed the plugin struggling when it has to serve too many viewers per mountpoint.
ok. Thanks for the suggestion
Even with just a single helper thread (threads: 1
) when creating a mountpoint you should see a big difference in performance.
Thanks. I will try this.