Hello, I followed the instructions outlined in https://support.sas.com/kb/40/012.html on setting Java options to -Xmx512M for SAS Deployment Manager. However, due to the way the SDM works on updating the SAS Java Private Runtime (JRE) to the latest JRE version, it reverts back to -Xmx1024M and it fails. The first time I start SDM, I provide the location to where the JRE update is located. INFO: Launcher::Run::start::Run with stdout="C:\Program Files\SASHome\SASDeploymentManager\9.4\products\privatejre__99573__wx6__xx__sp0__1\bin\java.exe" -Xmx512M "-Djavax.net.ssl.trustStore=C:\Program Files\SASHome\SASPrivateJavaRuntimeEnvironment\9.4\jre\lib\security\jssecacerts" -Xmx512M -jar "C:\Program Files\SASHome\SASDeploymentManager\9.4\products\deploywiz__94588__prt__xx__sp0__1\deploywiz\setup.jar" -startuplocation "C:\Program Files\SASHome\SASDeploymentManager\9.4" -configure -javaoptions "-Xmx512M" SDM automatically closes itself and starts another instance of SDM. The second instance of SDM consistently fails: INFO: Launcher::Run::start::Run with stdout="C:\Program Files\SASHome\InstallMisc\SASDeploymentManager\jre\bin\java" -Xmx1024M -jar "C:\Program Files\SASHome\InstallMisc\SASDeploymentManager\deploywiz\setup.jar" -startuplocation "C:\Program Files\SASHome\SASDeploymentManager\9.4" -configure -javaoptions -Xmx512M -sdmrestartedfromaltlocation -lang en -hotfixdir "C:\SAS HotFixes\JRE_180_332" -partialprompt -responsefile "C:\Program Files\SASHome\InstallMisc\SASDeploymentManager\sasdm.response.txt" How can I get the second instance of SDM to configure to use -Xmx512M so I can perform the Private JRE update? Thank you.
... View more