in our application with thousands of webSocket connections we are facing performance issues (excessive CPU load). We added
-XX:+DisableExplicitGC
to the JVM arguments and the situation is much better. As we do not do any explicit gc calls it seems that objectdb is doing so