DS 5.0 GA RTSP Sink Memory Leak?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson Nano)
• DeepStream Version 5.0 GA
• JetPack Version (4.4)
• TensorRT Version 7+
• Issue Type(bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)

We noticed the deepstream-app was continually consuming memory (as seen using ‘top’), with RES Resident/Physical memory going up by about 30-40MB per hour sometimes even more. So, we tried to isolate the issue and believe that enabling RTSP sink cause this. We disabled each of the plugin/feature one by one and ran the deepstream-app application. It was easily reproducible.

Run deepstream-app with the following options in the config file ds-config.txt (4.1 KB) :

1 source (MultiURI), with 1080p H264, MP4 sample file as input
1 Sink (RTSP)
Tiled-display [Disabled]
OSD [Disabled]
Primary Inference [Disabled]
Tracker [Disabled]
Batch-size=1

When the application was executed with No Sinks (i.e disabled) or when one Fakesink was enabled, then there was no memory leak.

When 3-4 RTSP sources and sinks are enabled, the deepstream-app crashes after 8-12 hours of operation (as memory is lost). This is why we started to suspect memory leaks and zeroed it down as explained earler. I hope NVIDIA can replicate this easily and provide some inputs/fix.

Has anyone else noticed memory leak with any kind of sinks?

1 Like

One more observation: We also disabled ALL callbacks from the pipeline (when creating the pipeline) along with all other major features/plugins listed in earlier post. Memory was being consumed at 40MB+ per hour even after disabling all callbacks.

Hello NVIDIA,

Would some one be able to provide any inputs/help regarding this issue?

We are trying to reproduce the memory leak, it may take some time. We will feedback once we find something.

HI,
Let’s first be in same page,
First case, one rtsp camera source, no sink;
No mem leak in one hour, after three minutes, it will be stable at one value, see log firstcase.log firstcase.log (3.5 KB)

Second case, one rtsp camera source, rtsp sink, see config as attached ds-config.txt (4.1 KB) ;
there mem leak, first hour, 588kb, second hour 872kb, third hour 356kb, not huge leak like you posted 30-40MB/h, details log see 128_2020-10-10_12-31-45.log, 128_2020-10-10_12-31-45.log (9.2 KB) using script to get the RSS mem used, dump_RSS_mem_runningtime_pid.sh, dump_RSS_mem_runningtime_pid.sh.log (365 Bytes)
We will continue look into and update if any findings.

Hi,

Thanks for looking into this. Just to be sure, this was observed on two different Jetson Nano Development Kit running DS 5.0 GA release (not on any Desktop system). We assume this is the same configuration that was used to reproduce the issue?

Yeah, same except using different sink. and it’s on Xavier.

Hi,

  1. The only difference I see in the config file is the sources are different types. You may please try with file as a source,

  2. The data that we captured is below. We used ‘top’ to monitor the memory. I hope that is sufficient to provide a high level summary of the memory consumption over a period.
    At the start of the application:

image

After 50 minutes:

image

Hi,
We have bug to track this issue, please stay tuned, thanks for your patience.

1 Like

Hi,

We will highly appreciate if someone can provide an update on this?

We will fix it in future release, thanks for your patience.

Do you have an estimate in which release it will be fixed?

can you release a patch first? I met the problem too.

I ran into the same problem, are there any updates on the future release?

It got fixed in version 5.1, which deepstream version you are using?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.