Error occurred during initialization of VM
Failed to initialize memory management system
This error can occur when migrating from a system where a JVM was configured to use static large pages.
Solution:
To check if a number of static large pages were previously configured on this system, run the following command to list the number of 2MByte pages:
sysctl vm.nr_hugepages
If no large pages are configured, remove -XX:+UseLargePages
from your java command line.
If large pages are configured and performance tests show a benefit for your application, refer to Using Huge Pages with Azul Platform Prime for information about enabling transparent huge pages.
If Using Huge Pages with Azul Platform Prime is not applicable to your use case, use -XX:GPGCNoZSTBackingStoragePath
. See Using Azul Zing Builds of OpenJDK Command-Line Options for details.