On 28 January 2014 14:36, Kayode Olajide <kayode.olaj...@gltd.net> wrote:
> Hi all,
>
> I am seeing the above error when I run sipp with a xml file that plays a 
> message. Sipp crashes after bout 1000 calls have been created.
>
> I am running it with the command sipp -sf uas_custom_loop.xml using the 
> latest 3.3

Hi Kayode,

Can you run 'ulimit -n'? This will show you the maximum number of open
filehandles each process is allowed to have. Each call's socket for
sending media counts as one of those filehandles (whereas the SIP
traffic for all calls is sent over the same socket by default, so that
doesn't hit that limit). I suspect it defaults to 1024, which is why
you can't open another socket once you have ~1000 calls going.

If it looks like that is the problem,
http://stackoverflow.com/questions/34588/how-do-i-change-the-number-of-open-files-limit-in-linux
will tell you how to raise this limit.

Best,
Rob

------------------------------------------------------------------------------
WatchGuard Dimension instantly turns raw network data into actionable 
security intelligence. It gives you real-time visual feedback on key
security issues and trends.  Skip the complicated setup - simply import
a virtual appliance and go from zero to informed in seconds.
http://pubads.g.doubleclick.net/gampad/clk?id=123612991&iu=/4140/ostg.clktrk
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to