Displaying 1 result from an estimated 1 matches for "42f0f79c".
2019 Mar 24
2
Maximum Listeners.
Hello there,
I’ve configured my server for maximum 50000 open files.
[root at scast1 ~]# ulimit -a
...
open files (-n) 50000
...
max user processes (-u) 65535
While im doing the Load Test 1, my server only reaches ~1015 listeners.
I’ve set this on etc/security/limits.conf :
icecast hard nofile 50000
icecast soft nofile 60000
icecast soft nproc 65535
icecast