sudhir
(Sudhir M)
December 12, 2024, 12:03pm
1
The server carshes occasionally. What could be the reason.
The current server size - aws c6i.large.
The maximum incoming streams at any given time - 20
The maximum clinet sessions - 40
I didn’t see any CPU or Memory spikes in aws console.
Please guide on server sizing.
Regards,
Sudhir
sudhir
(Sudhir M)
December 12, 2024, 12:04pm
2
Note - Stream resolution is 640x360
atoppi
(Alessandro Toppi)
December 16, 2024, 4:22pm
3
Check the open files limit (ulimit -n).
Default for most distros is low (e.g. 1024) and will make Janus crash when sessions number is increasing.
Anyway stdout and/or core dumps will give you an idea of the reason.
sudhir
(Sudhir M)
December 17, 2024, 10:39am
4
Thank You. Will change the ulimit and observe.
ugenef
(Eugene F)
December 17, 2024, 2:52pm
5
Should the opened files limit be the case only if Janus is recording mjrs? Or Janus keeps some other files opened during calls?
atoppi
(Alessandro Toppi)
December 17, 2024, 3:07pm
6
Sockets, pipes, actual files everything counts as “open files” in Linux.
1 Like