[Freeswitch-users] [FreeSWITCH v1.6.20] Memory increasing continuously
Atul Thosar
atulthosar at gmail.com
Sun Jun 24 11:08:43 UTC 2018
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/20180624/0f3d28a5/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: top_w_mime.7z
Type: application/octet-stream
Size: 479707 bytes
Desc: not available
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180624/0f3d28a5/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: top_wo_mime.7z
Type: application/octet-stream
Size: 529349 bytes
Desc: not available
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180624/0f3d28a5/attachment-0003.obj>
More information about the FreeSWITCH-users
mailing list