[Freeswitch-dev] Question about threading model, Does it restrict the concurrent capability of FS?

Brian West brian at freeswitch.org
Mon Nov 2 07:53:45 PST 2009


You have to watch out some linux will still give out 8MB even when we  
say DO NOT.  So set 'ulimit -s 240' before starting 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
ulimit -a



Try all these

/b


On Nov 2, 2009, at 9:34 AM, Michael Jerris wrote:

> freeswitch should set its own stack if you don't have it set, it  
> will also tell you if it should be reset when you start.  The limits  
> you state are all theoretical, depends on other limitations other  
> than ram.
>
> Mike




More information about the FreeSWITCH-dev mailing list