WCS memory gradually increases.

phil

New Member
Hello Max,

Thanks for your help for the sudden memory high issue.
However, the issue of WCS memory gradually increases still occurs.

upload_2017-9-27_14-30-36.png



My current configs are attached. My current WCS version is 5.0.2432.
We use FFMPEG to push rtmp streams to WCS, and we use websocket for users to play the video.
 

Attachments

Max

Administrator
Staff member
Hi,
can you provide heap-dump when will be new memory jump? You need to:
1. Exec jps and find out PID of Server process:
Code:
# jps
5523 Jps
5038 wcs_manager-1.0.jar
5121 Server
2. Exec jmap to get dump:
Code:
jmap -dump:file=/tmp/server.hprof 5121
3. Arch hprof file, it may have over 3-4 Gb size. Share dump with Google Drive or similar.
 

Max

Administrator
Staff member
Hello
Try to update
Code:
service webcallserver update 2482
Form our investigation, it was RTMP memory leak and it should be fixed in the latest build.
If it is not fixed, please provide WCS_HOME/conf directory and latest 24 hours of logs at WCS_HOME/logs
You can share zip archive over a link and send to logs@flashphoner.com
 
Top