Post Patch Application Steps for v6.4
Adeptia supports Java 8 from version 6.4 onwards. Therefore, you need to change JVM parameters in the launcher.properties file after applying the patch. Follow the steps given below to change the parameters:
- Go to the folder where Adeptia Suite is installed.
- Locate \etc folder, this can be found at <Installed AdeptiaSuite folder>\AdeptiaServer\ServerKernel\etc.
- Open launcher.properties file.
Remove PermSize and MaxPermSize from the JVM parameters of Kernel and Webrunner parameters (as shown below):
KN:JVM: -Xms512M -Xmx1024M -Xrs-XX:PermSize=64M -XX:MaxPermSize=256MWB:JVM: -Xms256M -Xmx512M -Xrs
-XX:PermSize=64M -XX:MaxPermSize=256New parameters should display like following:
KN:JVM: -Xms512M -Xmx1024M -Xrs
WB:JVM: -Xms256M -Xmx512M -Xrs
- Save the file and restart the Suite.