* Checks system resources logging any potential issues.
*/
@Messages({
"Installer_checkMemoryAvailable_physicalRamExpected_title=System Does Not Meet Requirements",
"# {0} - physicalMemory",
"Installer_checkMemoryAvailable_physicalRamExpected_desc=Physical memory: {0}, is less than the 8GB required. Some aspects of the application may not work as expected.",
"Installer_checkMemoryAvailable_maxMemExpected_title=System Does Not Meet Requirements",
"# {0} - maxMemory",
"Installer_checkMemoryAvailable_maxMemExpected_desc=Maximum JVM memory: {0}, is less than the 2GB required. Some aspects of the application may not work as expected."