<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">That being said.. there is a known issue in mod_vlc in 1.4 that leaks but I don't think enough to necessarily describe what you are seeing. &nbsp;We are doing a complete rewrite of that module for 1.6 so that fix may not make it down to 1.4, still to be seen.<div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Mar 27, 2015, at 10:45 AM, Brian West &lt;<a href="mailto:brian@freeswitch.org" class="">brian@freeswitch.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">FreeSWITCH uses memory pools, so NO in a lot of cases it won't give it back, it will hit a high water mark based on your use case.&nbsp; And Drop caches is dangerous.<div class=""><br class=""></div><div class=""><br class=""><div class=""><br class=""></div></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Fri, Mar 27, 2015 at 9:06 AM, Aqs Younas <span dir="ltr" class="">&lt;<a href="mailto:aqsyounas@gmail.com" target="_blank" class="">aqsyounas@gmail.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div class=""><div class=""><div class="">Hi, Brian. <br class=""><br class=""></div>Its ok If vlc takes some ram, but freeswitch must release the ram when there are no calls.<br class=""></div>Is there any command that can make freeswitch release the ram without restarting the freeswitch. <br class=""><br class=""></div>Like this linux command which makes linux release the cached ram.<br class=""><div class=""><div class=""><div class=""><br class=""><div class=""><div class="">free &amp;&amp; sync &amp;&amp; echo 3 &gt; /proc/sys/vm/drop_caches &amp;&amp; free1<br class=""><br class=""></div><div class="">Thanks<br class=""></div><div class=""><br class=""></div></div></div></div></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br class=""><div class="gmail_quote">On 27 March 2015 at 18:51, Aqs Younas <span dir="ltr" class="">&lt;<a href="mailto:aqsyounas@gmail.com" target="_blank" class="">aqsyounas@gmail.com</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class=""><div class=""><div class=""><div class=""><div class="">Yes, we are using linux and looking at RSS value. <br class=""><br class=""></div>Our dialplan is mostly using mod_vlc for running streams.Just a call comes in and a radio stream is played with mod_vlc. I am not sure either mod_vlc or something else in freeswitch is eating up ram.<br class=""><br class=""></div>I just told our dialplan is mostly based on mod_vlc a portion on mod_curl. I have attached the top command results in above post, you can see freeswitch consuming more ram than any process. <br class=""><br class=""></div>One more thing, 6th freeswitch doesn't capture ram more than 1 gb, that one is not using mod_vlc or mod_curl. On other 5 freeswitch we are facing the issue.<br class=""><br class=""></div>6th one freeswitch dialplan just consist of. <br class=""><br class="">&lt;extension name="garbage"&gt;<br class=""><div class=""><div class=""><div class=""><div class=""><div class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;condition&gt;<br class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="answer"/&gt;<br class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="playback" data="/opt/garbage/Generic_VM.wav"/&gt;<br class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application="hangup"/&gt;<br class="">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br class="">&lt;/extension&gt;<br class=""><br class=""><br class=""></div><div class="">Thanks for your reply. <br class=""></div></div></div></div></div></div><div class=""><div class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">On 27 March 2015 at 18:32, I put the Who? in Mishehu <span dir="ltr" class="">&lt;<a href="mailto:mishehu@freeswitch.org" target="_blank" class="">mishehu@freeswitch.org</a>&gt;</span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000" class="">
    <div class="">Are you using linux?&nbsp; If so, which
      memory value are you looking at (VSZ, RSS...) ?<br class="">
      <br class="">
      If you don't use mod_vlc, do you still see FreeSWITCH consuming
      this much RAM?&nbsp; Usually FreeSWITCH builds up a memory pool and
      won't release that back to the system until after shutdown, but I
      don't normally see that go above about 1.2GB of RAM in any of the
      systems I work on (though they do not use mod_vlc).<span class=""><font color="#888888" class=""><br class="">
      <br class="">
      <pre cols="72" class="">-- 
Yossi Neiman


</pre></font></span><div class=""><div class="">
      On 03/27/2015 07:57 AM, Aqs Younas wrote:<br class="">
    </div></div></div>
    <blockquote type="cite" class=""><div class=""><div class="">
      <div dir="ltr" class="">
        <div class="">
          <div class="">
            <div class="">
              <div class="">
                <div class="">Hi, users<br class="">
                  <br class="">
                </div>
                We are using 6 freeswitch instances, 5 freeswitch
                instances for playing streams with mod_vlc. After 3 to 4
                for days,&nbsp; we see these (5) freeswitch taking more than
                3gb of momory and even though calls are not more than
                25. <br class="">
                <br class="">
              </div>
              Usually, some calls stay for more than 2 to 3 hours on
              some freeswitch.&nbsp; Everytime we have to restart the
              freeswitch to release the captured memory.<br class="">
              <br class="">
            </div>
            But is believed, freeswitch must release the momory when
            there are no calls. But freeswitch still keeps captured
            memory.<br class="">
          </div>
          <div class=""><br class="">
            I have attactted the top command result along with this
            email. <br class="">
          </div>
          Willing to perform any test if it helps tackle the problem. <br class="">
          <br class="">
        </div>
        Thanks for your help.<br class="">
        <br class=""></div></div></div></blockquote></div></blockquote></div></div></div></div></blockquote></div></div></div></div></blockquote></div></div></div></blockquote></div><br class=""></div></body></html>