When you get it in that state what do you see when you execute<br><br>fsctl sps<br><br>is the sps a very low number?<br><br>Did the sps drop by itself from the value you originally set it to?<br><br>Are you using 32 bit?<br>
<br>if so try all of these commands in your shell before starting FS<br><br><pre>ulimit -c unlimited<br>ulimit -d unlimited<br>ulimit -f unlimited<br>ulimit -i unlimited<br>ulimit -n 999999<br>ulimit -q unlimited<br>ulimit -u unlimited<br>
ulimit -v unlimited<br>ulimit -x unlimited<br>ulimit -s 244<br>ulimit -l unlimited<br></pre><br>DO NOT put them in a script unless you source the script with .<br>. myscript or they will be undone instantly when the script exits<br>
<br>BTW, I said to try latest trunk not 1.0.2 We can only debug the development code at this point.<br><br><br><br><br><br><div class="gmail_quote">On Thu, Jan 29, 2009 at 10:06 AM, shehzad p <span dir="ltr">&lt;<a href="mailto:pmhshz@gmail.com">pmhshz@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi Anthony,<br>
<br>
I found interesting result while testing Freeswitch, and it might be cause<br>
of freezing out of freeswitch,<br>
<br>
I updated my system (as you told) with latest stable version Freeswitch<br>
1.0.2<br>
First of all I set sps to 100,<br>
Then I sends call approximately 100 per seconds, Freeswitch works fine and<br>
handles all the calls very well.<br>
<br>
After that I send 130 calls per seconds, and magic happen now, Freeswitch<br>
handles first 100 calls only.<br>
all the preceding calls were failed (even not appeared in freeswitch console<br>
why?)<br>
<br>
When I put ngrep trace, System responds with 503 Maximum Calls In Progress.<br>
(as below)<br>
###########################################################<br>
#<br>
U FSFSFSFSFS -&gt; GWGWGWGWGW<br>
SIP/2.0 503 Maximum Calls In Progress.<br>
Via: SIP/2.0/UDP GWGWGWGWGW;branch=z9hG4bK53eafabb;rport=5060.<br>
From: &quot;99999&quot; &lt;sip:99999@GWGWGWGWGW&gt;;tag=as2e10c170.<br>
To: &lt;sip:1234567890@FSFSFSFSFS &gt;;tag=K3jSUFrDHpmmB.<br>
Call-ID: 0feb229e58afe7be17110deb361dc234@GWGWGWGWGW.<br>
CSeq: 102 INVITE.<br>
Retry-After: 300.<br>
User-Agent: FreeSWITCH-mod_sofia/1.0.2-exported.<br>
Accept: application/sdp.<br>
Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, PRACK, MESSAGE, SUBSCRIBE, NOTIFY,<br>
REFER, UPDATE, REGISTER, INFO, PUBLISH.<br>
Supported: timer, precondition, path, replaces.<br>
Allow-Events: talk, presence, dialog, call-info, sla,<br>
include-session-description, presence.winfo, message-summary, refer.<br>
Content-Length: 0.<br>
.<br>
#####################################################################<br>
<br>
<br>
Now another issue to note down is that,<br>
After all above happened and active calls comes to zero,<br>
I just make a single call which also fails with response 503 - Maximum Calls<br>
In Progress.<br>
<br>
<br>
Is this intended behaviour, should I increase SPS to overcome this. or<br>
something like bug.<br>
<br>
Please let me know what should be the resolution for this.<br>
<br>
Thanks,<br>
msp<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
<br>
Anthony Minessale-2 wrote:<br>
&gt;<br>
&gt; Also remember,<br>
&gt; Actually completely uninstall and erase /usr/local/freeswitch and the<br>
&gt; 1.0.1<br>
&gt; source tree and freshly install the new one.<br>
&gt; If you try to upgrade on top of a release with trunk it will cause more<br>
&gt; problems for you.<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Jan 28, 2009 at 3:11 AM, Ken Rice &lt;<a href="mailto:krice@suspicious.org">krice@suspicious.org</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; Upgrade to trunk... Many many issues have been resolved since 1.0.1 was<br>
&gt;&gt; the<br>
&gt;&gt; current release<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; From: shehzad p &lt;<a href="mailto:pmhshz@gmail.com">pmhshz@gmail.com</a>&gt;<br>
&gt;&gt; &gt; Reply-To: &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
&gt;&gt; &gt; Date: Wed, 28 Jan 2009 00:54:13 -0800 (PST)<br>
&gt;&gt; &gt; To: &lt;<a href="mailto:freeswitch-users@lists.freeswitch.org">freeswitch-users@lists.freeswitch.org</a>&gt;<br>
&gt;&gt; &gt; Subject: [Freeswitch-users] &nbsp;Freeswitch freezes on increasing call<br>
&gt;&gt; traffic<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Hi all,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Yesterday my Freeswitch server faced a problem when call traffic<br>
&gt;&gt; increased<br>
&gt;&gt; &gt; to more than 100.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; When I start Freeswitch, it works fine and then after some time<br>
&gt;&gt; &gt; (approximately 15 to 20 minutes) &nbsp;it stops functioning (means no call<br>
&gt;&gt; is<br>
&gt;&gt; &gt; being processed, no CLI command is working and it just freezes) until I<br>
&gt;&gt; &gt; restart the freeswitch.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I am using Freeswitch 1.0.1.<br>
&gt;&gt; &gt; Debug (gdb) trace as on wiki page<br>
&gt;&gt; &gt; <a href="http://wiki.freeswitch.org/wiki/Debugging_Freeswitch#fs_debug.sh" target="_blank">http://wiki.freeswitch.org/wiki/Debugging_Freeswitch#fs_debug.sh</a> is<br>
&gt;&gt; attached<br>
&gt;&gt; &gt; <a href="http://www.nabble.com/file/p21701744/fs_debgu.txt" target="_blank">http://www.nabble.com/file/p21701744/fs_debgu.txt</a> fs_debgu.txt<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; View this message in context:<br>
&gt;&gt; &gt;<br>
&gt;&gt; <a href="http://www.nabble.com/Freeswitch-freezes-on-increasing-call-traffic-tp21701744" target="_blank">http://www.nabble.com/Freeswitch-freezes-on-increasing-call-traffic-tp21701744</a><br>
&gt;&gt; &gt; p21701744.html<br>
&gt;&gt; &gt; Sent from the Freeswitch-users mailing list archive at Nabble.com.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Freeswitch-users mailing list<br>
&gt;&gt; &gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt; &gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; &gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Freeswitch-users mailing list<br>
&gt;&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Anthony Minessale II<br>
&gt;<br>
&gt; FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>
&gt; ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
&gt;<br>
&gt; AIM: anthm<br>
</div></div>&gt; <a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a> &lt;<a href="mailto:MSN%253Aanthony_minessale@hotmail.com">MSN%3Aanthony_minessale@hotmail.com</a>&gt;<br>
&gt; GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a>&lt;<a href="mailto:PAYPAL%253Aanthony.minessale@gmail.com">PAYPAL%3Aanthony.minessale@gmail.com</a>&gt;<br>
<div class="Ih2E3d">&gt; IRC: <a href="http://irc.freenode.net" target="_blank">irc.freenode.net</a> #freeswitch<br>
&gt;<br>
&gt; FreeSWITCH Developer Conference<br>
</div>&gt; <a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a> &lt;<a href="mailto:sip%253A888@conference.freeswitch.org">sip%3A888@conference.freeswitch.org</a>&gt;<br>
<div class="Ih2E3d">&gt; <a href="http://iax:guest@conference.freeswitch.org/888" target="_blank">iax:guest@conference.freeswitch.org/888</a><br>
</div>&gt; <a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a>&lt;<a href="mailto:googletalk%253Aconf%252B888@conference.freeswitch.org">googletalk%3Aconf%2B888@conference.freeswitch.org</a>&gt;<br>

&gt; pstn:213-799-1400<br>
&gt;<br>
<div class="Ih2E3d">&gt; _______________________________________________<br>
&gt; Freeswitch-users mailing list<br>
&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
<br>
</div><font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/Freeswitch-freezes-on-increasing-call-traffic-tp21701744p21729863.html" target="_blank">http://www.nabble.com/Freeswitch-freezes-on-increasing-call-traffic-tp21701744p21729863.html</a><br>

</font><div><div></div><div class="Wj3C7c">Sent from the Freeswitch-users mailing list archive at Nabble.com.<br>
<br>
<br>
_______________________________________________<br>
Freeswitch-users mailing list<br>
<a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/">http://www.cluecon.com/</a><br>
<br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com">MSN:anthony_minessale@hotmail.com</a><br>GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com">PAYPAL:anthony.minessale@gmail.com</a><br>
IRC: <a href="http://irc.freenode.net">irc.freenode.net</a> #freeswitch<br><br>FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org">sip:888@conference.freeswitch.org</a><br><a href="http://iax:guest@conference.freeswitch.org/888">iax:guest@conference.freeswitch.org/888</a><br>
<a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org">googletalk:conf+888@conference.freeswitch.org</a><br>pstn:213-799-1400<br>