-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed as not planned
Labels
Milestone
Description
Description'
Please ensure that the markdown structure is maintained.
Long running, severe memory growth, and increased close_wait on the server. Using perf to investigate, it was found that heap_delete and heap_insert are causing significant delays.
- SRS version:
2.0.258 - SRS logs:
- Normal
Replay
How to replay bug?
Steps to reproduce the bug
1. Long-time operation/live streaming (using random values for streaming URLs, all different)
Expected behavior (Expect)
Is it because
std::map<std::string, SrsSource*> SrsSource::poolis not released that causes the issue? Is there any solution available?
TRANS_BY_GPT3