Dear all,
just installed a fresh Linux Server and went through Quick-Install-Doc. Unfortunately i am quite new to jitsi and got stuck analysing the error.
Jitsi starts well, but as soon as i enter a new room i get several processes creating MemoryDumps and Java OOM Execptions in the logs. Others are unable to join the room.
NAME=“Ubuntu”
VERSION=“18.04.4 LTS (Bionic Beaver)”
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME=“Ubuntu 18.04.4 LTS”
VERSION_ID=“18.04”
Jicofo 2020-04-08 08:41:45.374 SCHWERWIEGEND: [54] util.UtilActivator.uncaughtException().122 An uncaught exception occurred in thread=Thread[pool-12-thread-1,5,main] and message was: unable to create new native thread
java.lang.OutOfMemoryError: unable to create new native thread
at java.lang.Thread.start0(Native Method)
at java.lang.Thread.start(Thread.java:717)
at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:957)
at java.util.concurrent.ThreadPoolExecutor.processWorkerExit(ThreadPoolExecutor.java:1025)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Jicofo 2020-04-08 08:41:46.863 SCHWERWIEGEND: [41] org.jitsi.xmpp.component.ComponentBase.log() Ping timeout for ID: yc4EY-149
Jicofo 2020-04-08 08:41:46.906 SCHWERWIEGEND: [41] org.jitsi.xmpp.component.ComponentBase.log() Ping timeout for ID: yc4EY-150
Jicofo 2020-04-08 08:41:47.240 INFORMATION: [28] org.jitsi.jicofo.xmpp.BaseBrewery.removeInstance().378 Removed brewery instance: jvbbrewery@internal.auth.<sub.mydomain.tld>/55a2574d-ed86-4f43-8a1a-f28cf68cb7e4
Jicofo 2020-04-08 08:41:47.240 INFORMATION: [28] org.jitsi.jicofo.xmpp.BaseBrewery.notifyInstanceOffline().184 A bridge left the MUC: jvbbrewery@internal.auth.<sub.mydomain.tld>/55a2574d-ed86-4f43-8a1a-f28cf68cb7e4
Jicofo 2020-04-08 08:41:47.240 INFORMATION: [28] org.jitsi.jicofo.bridge.BridgeSelector.log() Removing JVB: jvbbrewery@internal.auth.<sub.mydomain.tld>/55a2574d-ed86-4f43-8a1a-f28cf68cb7e4
Jicofo 2020-04-08 08:41:47.241 INFORMATION: [43] org.jitsi.jicofo.bridge.JvbDoctor.log() Stopping health-check task for: jvbbrewery@internal.auth.<sub.mydomain.tld>/55a2574d-ed86-4f43-8a1a-f28cf68cb7e4
Jicofo 2020-04-08 08:41:56.861 SCHWERWIEGEND: [41] org.jitsi.xmpp.component.ComponentBase.log() Ping timeout for ID: yc4EY-164
Jicofo 2020-04-08 08:41:56.906 SCHWERWIEGEND: [41] org.jitsi.xmpp.component.ComponentBase.log() Ping timeout for ID: yc4EY-165
how can i find out why defaults do not work for me ?
root@hostname:~# cat /proc/
cat /var/run/jitsi-videobridge/jitsi-videobridge.pid
/limits
Limit Soft Limit Hard Limit Units
Max cpu time unlimited unlimited seconds
Max file size unlimited unlimited bytes
Max data size unlimited unlimited bytes
Max stack size 8388608 unlimited bytes
Max core file size 0 unlimited bytes
Max resident set unlimited unlimited bytes
Max processes 65000 65000 processes
Max open files 65000 65000 files
Max locked memory 16777216 16777216 bytes
Max address space unlimited unlimited bytes
Max file locks unlimited unlimited locks
Max pending signals 1545098 1545098 signals
Max msgqueue size 819200 819200 bytes
Max nice priority 0 0
Max realtime priority 0 0
Max realtime timeout unlimited unlimited us
top - 09:23:00 up 43 min, 1 user, load average: 0,00, 0,01, 0,05
Tasks: 25 gesamt, 1 laufend, 24 schlafend, 0 gestoppt, 0 Zombie
%CPU(s): 1,2 be, 0,1 sy, 0,0 ni, 98,6 un, 0,0 wa, 0,0 hi, 0,0 si, 0,0 st
KiB Spch : 8388608 gesamt, 7901608 frei, 225320 belegt, 261680 Puff/Cache
KiB Swap: 0 gesamt, 0 frei, 0 belegt. 8161756 verfü Spch
java -Xmx3072m -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp -Dnet.java.sip.communicator.SC_HOME_DIR_LOCATION=/etc/jitsi -Dnet.java.sip.communicator.SC_HOME_DIR_NAME=videobridge -Dnet.java.sip.communicator.SC_LOG_DIR_LOCATION=/var/log/jitsi -Djava.util.logging.config.file=/etc/jitsi/videobridge/logging.properties -cp /usr/share/jitsi-videobridge/jitsi-videobridge.jar:/usr/share/jitsi-videobridge/lib/* org.jitsi.videobridge.Main --host=localhost --domain=<sub.mydomain.tld> --port=5347 --secret=secret --apis=,
any ideas ?