jitsi-videobridge
jitsi-videobridge copied to clipboard
OpenJDK 11 and UseConcMarkSweepGC
Running on Debian 10 with OpenJDK 11.0.6 64-bit I get the following warning on every start of jitsi-videobridge:
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release.
This is currently not a problem but needs to be attended to for future Java versions.
The GC setting we use don't make sense for newer JVM version. We need to run some tests to figure out what works best.