Maintenance - Availability of Germain Engine (memory & crash settings)
Customer(s)
Volvo
Description
Basic stuff…but please double check that these settings are set for your engine to ensure that the Germain engine are fully available and restart on failure
-Xms256m (you may need to adjust Xmx based on the number of components running inside the engine)
-Xmx1024m (you may need to adjust Xmx based on the number of components running inside the engine)
-XX:+CrashOnOutOfMemoryError: means that the JVM will crash / exit when there is not enough memory to continue; otherwise the JVM will continue running code in a potential faulty state.