KB Article #181139
In Java 8, the command line parameters PermSize and MaxPermSizePermSize are no longer supported.
Problem
On "tsim stop/start" output , in Java 8, the command line parameters PermSize and MaxPermSizePermSize are no longer supported. They should be removed from the standard script so that the unsupported error to not appear in TSIM restart output. It causes confusion to the user that there is an actual error.
Resolution
We recommend that for the current TSIM version SP19 Patch 1 to manually remove the parameters from the configuration files.
The files that needs to be modified are:
$ACTISEDI/param/startajas.par
And
$ACTISEDI /is/instances/is[X]/etc/java.properties (if there are more IS instances, it needs to be changed for all instances)
In the file “$ACTISEDI/param/startajas.par” the value “-XX:MaxPermSize=256m” needs to be removed from the values set for parameter “MEM_OPT”
In the file(s) $ACTISEDI /is/instances/is[X]/etc/java.properties the values “-XX:PermSize=256M” and “-XX:MaxPermSize=512M” need to be removed from the values set for parameter “MEM_OPT”
Please note that in the examples above, the values 256M and 512M are the default ones, and can be different in customers environments. The parameters needs to be removed, no matter the numeric value set.
There is no restart needed, as the effect of this change will be visible only at the next restart of the application (the warning messages will not appear)