On Friday 05 June 2009 12:53:15 Iñaki Baz Castillo wrote: > 2009/6/5 Iñaki Baz Castillo <[email protected]>: > > Hi, Kamailio handling no more than 150 concurrent calls. Two days ago > > I got this warning in RtpProxy log: > > > > WARN:handle_command: passed 80% threshold on the open file > > descriptors limit (1024), consider increasing the limit using -L > > command line option > > > > How is it possible with just 150 calls at the same time? > > What is -L command line option? > > 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.
Maybe because FD are not closed JUST when a call ends, so you could have some FD's on "TIME_FIN" state -- Raúl Alexis Betancor Santana Dimensión Virtual _______________________________________________ Devel mailing list [email protected] http://lists.rtpproxy.org/mailman/listinfo/devel
