<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Seems he closed his own bug as cannot reproduce.  What was the issue?<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jun 29, 2018, at 12:59 AM, Atul Thosar <<a href="mailto:atulthosar@gmail.com" class="">atulthosar@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_default" style="font-family:courier new,monospace;color:rgb(53,28,117)">Hi 
<div style="display:inline" class="gmail_default">​</div>Ítalo Rossi,<br class=""></div><div class="gmail_default" style="font-family:courier new,monospace;color:rgb(53,28,117)">My colleague has reported this - <a href="https://freeswitch.org/jira/browse/FS-11205" class="">https://freeswitch.org/jira/browse/FS-11205</a></div><div class="gmail_default" style="font-family:courier new,monospace;color:rgb(53,28,117)"><br class=""></div><br clear="all" class=""><div class="gmail_extra"><div class=""><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><span style="font-family:courier new,monospace;color:rgb(51,0,153)" class="">--<br class="">BR,</span><br style="font-family:courier new,monospace;color:rgb(51,0,153)" class=""><span style="font-family:courier new,monospace;color:rgb(51,0,153)" class="">Atul</span></div><div dir="ltr" class=""><span style="font-family:courier new,monospace;color:rgb(51,0,153)" class=""><br class=""></span></div></div></div></div></div>
<br class=""><div class="gmail_quote">On 26 June 2018 at 17:48, <div style="font-family:courier new,monospace;color:rgb(53,28,117);display:inline" class="gmail_default">​​</div>Ítalo Rossi <span dir="ltr" class=""><<a href="mailto:italo@freeswitch.org" target="_blank" class="">italo@freeswitch.org</a>></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="">Please report bugs to JIRA. Make sure to attach the scenario and all the info you have.</div><div class="gmail_extra"><br class=""><div class="gmail_quote"><div class=""><div class="h5">On Mon, Jun 25, 2018 at 9:49 AM, Atul Thosar <span dir="ltr" class=""><<a href="mailto:atulthosar@gmail.com" target="_blank" class="">atulthosar@gmail.com</a>></span> wrote:<br class=""></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class=""><div class="h5"><div dir="ltr" class=""><div style="font-family:courier new,monospace;color:rgb(53,28,117)" class="">I have ran the same scenario (10 CPS, With Mime as payload) on master branch (FreeSWITCH Version 1.9.0+git~20180619T173242Z~25e<wbr class="">9376b29~64bit (git 25e9376 2018-06-19 17:32:42Z 64bit)) and observed same issue of memory increasing continuously.</div><div style="font-family:courier new,monospace;color:rgb(53,28,117)" class=""><br class=""></div><div class="gmail_extra"><br clear="all" class=""><div class=""><div class="m_-1128035138940020744m_4146052534143378973gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><span style="font-family:courier new,monospace;color:rgb(51,0,153)" class="">--</span><br style="font-family:courier new,monospace;color:rgb(51,0,153)" class=""><span style="font-family:courier new,monospace;color:rgb(51,0,153)" class="">Atul</span></div><div dir="ltr" class=""><span style="font-family:courier new,monospace;color:rgb(51,0,153)" class=""><br class=""></span></div></div></div></div></div><div class=""><div class="m_-1128035138940020744h5">
<br class=""><div class="gmail_quote">On 24 June 2018 at 16:38, Atul Thosar <span dir="ltr" class=""><<a href="mailto:atulthosar@gmail.com" target="_blank" class="">atulthosar@gmail.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr" class=""><div style="font-family:courier new,monospace;color:rgb(53,28,117)" class="">Hi All,<br class="">I am verifying if we can use FreeSWITCH in our Production environment for one of our IVR use case. Our use case involves INVITE containing MIME as a payload, which contains XML and SDP parts.<br class="">When I ran 10 CPS load with MIME as a payload, I see Memory is continuously growing. Where as same load without MIME (only SDP) payload shows no increase in memory.<br class=""><br class="">Is this a known issue? If yes, is this already fixed or patch is available for the same?<br class=""> <br class="">I am using FreeSWITCH Version 1.6.20+git~20180123T214909Z~98<wbr class="">7c9b9a2a~64bit (git 987c9b9 2018-01-23 21:49:09Z 64bit)<br class="">Attached output of top command for both the runs. <br class=""><br class="">Btw Following are the changes made in FS configuration -</div><div style="font-family:courier new,monospace;color:rgb(53,28,117)" class=""><br class=""></div><div style="font-family:courier new,monospace;color:rgb(53,28,117)" class="">conf/vars.xml<br class="">+  <X-PRE-PROCESS cmd="set" data="local_ip_v4=192.168.56.1<wbr class="">01"/><br class="">+  <X-PRE-PROCESS cmd="set" data="internal_auth_calls=fals<wbr class="">e"/><br class=""><br class="">conf/dialplan/public/00_inboun<wbr class="">d_did.xml changed as following <br class=""><br class=""><include><br class="">  <extension name="public_did"><br class="">    <condition field="destination_number" expression="^500$"><br class="">        <action application="answer"/><br class="">        <action application="sched_hangup" data="+5 alloted_timeout"/><br class="">        <action application="park"/><br class="">    </condition><br class="">  </extension><br class=""></include><br class=""><br class=""><br class="">conf/autoload_configs/acl.conf<wbr class="">.xml<br class=""><br class="">+ <node type="allow" cidr="<a href="http://192.168.56.102/24" target="_blank" class="">192.168.56.102/24</a>"/><br class=""><br class="">Thanks in advance.<br class=""></div><div style="font-family:courier new,monospace;color:rgb(53,28,117)" class=""><br clear="all" class=""></div><div class=""><div class="m_-1128035138940020744m_4146052534143378973gmail-m_1958184641228426768gmail_signature"><div dir="ltr" class=""><div class=""><div dir="ltr" class=""><span style="font-family:courier new,monospace;color:rgb(51,0,153)" class="">--</span><br style="font-family:courier new,monospace;color:rgb(51,0,153)" class=""><span style="font-family:courier new,monospace;color:rgb(51,0,153)" class="">Atul</span></div><div dir="ltr" class=""><span style="font-family:courier new,monospace;color:rgb(51,0,153)" class=""><br class=""></span></div></div></div></div></div>
</div>
</blockquote></div><br class=""></div></div></div></div>
</div></div></blockquote></div></div></blockquote></div></div></div></div></blockquote></div><br class=""></body></html>