Hi, I run rtpproxy as follos: rtpproxy -l XXX.XXX.XXX.XXX -s unix:/var/run/rtpproxy.sock -m 30000 -M 40000 -u kamailio kamailio -d INFO:LOG_LOCAL6 -t -1
User "kamailio" can open up to 16384 files: $ su kamailio -s /bin/bash -c "ulimit -n" 16384 However under high load I get the following warning in rtpproxy logs: WARN:handle_command: passed 80% threshold on the open file descriptors limit (1024), consider increasing the limit using -L command line option Why does it think that its limit is 1024 rather than the real value 16384? The server has been recently restarted so for sure the value configured in /etc/security/limits.conf is the value all the process have started with (I use Linux Debian). $ rtpproxy -v Basic version: 20040107 Extension 20050322: Support for multiple RTP streams and MOH Extension 20060704: Support for extra parameter in the V command Extension 20071116: Support for RTP re-packetization Extension 20071218: Support for forking (copying) RTP stream Extension 20080403: Support for RTP statistics querying Extension 20081102: Support for setting codecs in the update/lookup command Extension 20081224: Support for session timeout notifications Thanks a lot. -- Iñaki Baz Castillo <i...@aliax.net> _______________________________________________ Users mailing list Users@rtpproxy.org http://lists.rtpproxy.org/mailman/listinfo/users