Comment 0 for bug 1670296

Revision history for this message
Danilo Bargen (gwrtheyrn) wrote :

By default, coturn on Ubuntu 16.04 appears to be limited to 4000 open files/sockets. This results in a max number of sessions around 2000.

By adding "ulimit -n 40000" as the first command in "do_start()" inside /etc/init.d/coturn, this limit is increased.

Is there a way to make this configurable without hacking the init script?