Memory Monitoring
Please note that to be able to be compatible with Java 17, we are no longer reporting the off-heap memory allocated with java’s internal MBeans. Instead, you can use the newly created MBeans located inDirectMemoryMonitoring for the information you wanted regarding memory consumption from ActivePivot.
Additionally, MAC can be used for deeper investigations.
JVM Options
ActivePivot needs access to some internal modules to function properly, which are now protected in JDK 17, so the following argument is necessary:add-opens. Moving forward JDK versions, if you see in a stack trace that module XXX
does not open YYY to an unnamed module, it means you are missing the JVM option
--add-opens XXX/YYY=ALL-UNNAMED.