El Viernes, 5 de Junio de 2009, Jesus Rodriguez escribió:
> > I've increased the maximum number of open files to solve the
> > possible issue:
> >  ulimit -n 16384
> >
> > but I wonder why it occurs with just 150 calls.
> >
> > NOTE: kamailio and rtpproxy are both running as kamailio user.
>
> Every call needs 5 file descriptors (or 4 if no rtcp) so 150 calls use
> between 600 and 700 file descriptors.

So:
  1024 x 0,80 = 819,2
  819,2 / 5 = 163,84 simultaneous calls

Yes, it's really possible that RtpProxy has handled ~163 simultaneous calls, 
so it makes really sense :)

Thanks a lot.




-- 
Iñaki Baz Castillo <[email protected]>

_______________________________________________
Devel mailing list
[email protected]
http://lists.rtpproxy.org/mailman/listinfo/devel

Reply via email to