<div dir="ltr">Hi <div><br></div><div>Thanks for your response<br><div><br></div><div>Enclosed are the memory leaks status of my application. Can you please help me to get an idea what I am doing wrong</div><div><br></div><div>Regards</div><div>Adeel Arshad</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 13, 2016 at 1:13 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, 2016-10-10 at 03:36 -0700, adeel wrote:<br>
> Hi Everyone<br>
><br>
> I am facing two issues after deploying my app <br>
><br>
> 1. My app is taking too much cpu around 81% and memory around 1.5 GB<br>
> 2. My app halts after sometime when put in continuous playback or in a loop<br>
><br>
> My OS is ElCap and decklink driver is 10.5 and gstreamer i am using is 1.8<br>
><br>
> The scenario is when I put a file in loop it starts from 70 Mb and then it<br>
> runs for almost 2 days. The program memory rises up to 1.5 GB<br>
<br>
</span>You will need to do some memory profiling for your application to<br>
isolate the place where the memory usage is increasing. XCode iirc also<br>
has something for that, otherwise something like valgrind's memcheck<br>
might help here or the new leaks tracer in GStreamer 1.9.2+.<br>
<br>
Also try to minimalize your pipeline for testing this, so that it's<br>
easier to find the culprit between all the other code.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a></font></span><br>______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br></blockquote></div><br></div>