[Freeswitch-users] [FreeSWITCH v1.6.20] Memory increasing continuously

Atul Thosar atulthosar at gmail.com
Mon Jun 25 12:49:00 UTC 2018


I have ran the same scenario (10 CPS, With Mime as payload) on master
branch (FreeSWITCH Version 1.9.0+git~20180619T173242Z~25e9376b29~64bit (git
25e9376 2018-06-19 17:32:42Z 64bit)) and observed same issue of memory
increasing continuously.


--
Atul


On 24 June 2018 at 16:38, Atul Thosar <atulthosar at gmail.com> wrote:

> Hi All,
> 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.
> 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.
>
> Is this a known issue? If yes, is this already fixed or patch is available
> for the same?
>
> I am using FreeSWITCH Version 1.6.20+git~20180123T214909Z~987c9b9a2a~64bit
> (git 987c9b9 2018-01-23 21:49:09Z 64bit)
> Attached output of top command for both the runs.
>
> Btw Following are the changes made in FS configuration -
>
> conf/vars.xml
> +  <X-PRE-PROCESS cmd="set" data="local_ip_v4=192.168.56.101"/>
> +  <X-PRE-PROCESS cmd="set" data="internal_auth_calls=false"/>
>
> conf/dialplan/public/00_inbound_did.xml changed as following
>
> <include>
>   <extension name="public_did">
>     <condition field="destination_number" expression="^500$">
>         <action application="answer"/>
>         <action application="sched_hangup" data="+5 alloted_timeout"/>
>         <action application="park"/>
>     </condition>
>   </extension>
> </include>
>
>
> conf/autoload_configs/acl.conf.xml
>
> + <node type="allow" cidr="192.168.56.102/24"/>
>
> Thanks in advance.
>
> --
> Atul
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180625/b1091747/attachment-0001.html>


More information about the FreeSWITCH-users mailing list