Is it just me or is 5/1/20 updates CPU intensive? I have no meetings in session and its nearly 100% utilization.
I’ve had the same issue. I have an old version of Jitsi on one server that’s 2vcores with 4gb ram, and it consistently runs at 5-15% with a few people on it. With the new version on my other server its always at 100% with no one at all on it.
It’s the same here on Ubuntu 18.04 with 2 GB RAM and AMD 2-core cpu. 1 core is constantly 100 % busy:
ps aux | head -1; ps aux | sort -rn +2 | head -10
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
jicofo 564 99.9 12.8 5945704 263176 ? Sl 11:23 216:37 java -Xmx3072m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPa…
See the other posts, must be related to jicofo version 566, I downgraded back to 549, and the CPU usage is fine again for now.
Are you guys using stable or unstable packages?
stable
Right, it’s the jifoco process that is consuming the CPU.
There exists already a bug report: https://github.com/jitsi/jicofo/issues/501
Hopefully this will be fixed soon.
Developers, thank you for the updated fix.