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:

  1. Go to the folder where Adeptia Suite is installed.
  2. Locate \etc folder, this can be found at <Installed AdeptiaSuite folder>\AdeptiaServer\ServerKernel\etc.
  3. Open launcher.properties file.
  4. 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=256M

    WB:JVM: -Xms256M -Xmx512M -Xrs -XX:PermSize=64M -XX:MaxPermSize=256

  5. New parameters should display like following:

    KN:JVM: -Xms512M -Xmx1024M -Xrs

    WB:JVM: -Xms256M -Xmx512M -Xrs

  6. Save the file and restart the Suite.