[Freeswitch-users] Error : Cannot create thread!

Anthony Minessale anthony.minessale at gmail.com
Fri Sep 17 07:41:07 PDT 2010


Your machine consumed it's resource limits for threads.
It's probably a 32 bit box with small ulimits.

run all theses in your current shell before you start FS

ulimit -c unlimited
ulimit -d unlimited
ulimit -f unlimited
ulimit -i unlimited
ulimit -n 999999
ulimit -q unlimited
ulimit -u unlimited
ulimit -v unlimited
ulimit -x unlimited
ulimit -s 244
ulimit -l unlimited


If you still see it, get a much nicer box, 64 bit preferable.


On Fri, Sep 17, 2010 at 8:29 AM, abubacker <abubacker at bksystems.co.in> wrote:
> I installed 2 freeswitch in a single machine in a 2 different user account
> my intention was to simulate 100 calls from one freeswitch to another
> freeswitch
> but once after crossing the 40 calls the freeswitch which is receiving calls
> threw this error :
>
> 2010-09-17 13:25:01.993715 [NOTICE] switch_channel.c:779 New Channel
> sofia/external/200 at 192.168.6.182 [f9e96672-c25e-11df-b22d-b96292a72916]
> 2010-09-17 13:25:01.994725 [CRIT] switch_core_session.c:1255 Cannot create
> thread!
>
> what is it ,why it is unable to create a thread ?
>
> --
> Best regards,
> N.Abubacker ,
> Associate system engineer ,
> bk systems pvt ltd ,
> Ph : 9144-43902701
>
> Disclaimer: http://www.bksystems.co.in/email-policy
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>
>



-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
Twitter: http://twitter.com/FreeSWITCH_wire

AIM: anthm
MSN:anthony_minessale at hotmail.com
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org
googletalk:conf+888 at conference.freeswitch.org
pstn:+19193869900



More information about the FreeSWITCH-users mailing list