You are hereSupport / Troubleshooting Tips and Best Practices / Increase maximum memory for the Upgrade Manager before an upgrade
Increase maximum memory for the Upgrade Manager before an upgrade
To prevent "out of memory" issues during an upgrade, you can increase the maximum amount of memory the Upgrade Manager is allowed to use. This is done by modifying the Longitude\ApplicationManagerMain.lax file. Edit the file to add in or modify the line in bold below, between the LAX.NL.JAVA.LAUNCHER.MAIN.METHOD and the LAX.NL.VALID.VM.LIST sections. After the edit, please restart the Upgrade Manager service.
__________________________________________________________________________
# LAX.NL.JAVA.LAUNCHER.MAIN.METHOD
# --------------------------------
# main method of LaunchAnywhere's java launcher -- do not adjust
lax.nl.java.launcher.main.method=main
lax.nl.java.option.additional=-Xms75m -Xmx150m
# LAX.NL.VALID.VM.LIST
# --------------------
# a string containing one or more of [ ALL JDK JRE J1 J2 JRE_J1 JDK_J1 JRE_J2 JDK_J2 MSJ MRJ ]
# delimited by spaces or commas. If the native launcher cannot find the current vm,
# it will search for ones in this list
lax.nl.valid.vm.list=J2 J1 MSJ MRJ