I began noticing in 9.99.0 and now 9.101.0 that setenv.sh has 2 lines
export CATALINA_OPTS="$CATALINA_OPTS -XX:PermSize=256m -XX:MaxPermSize-256m"
JAVA_OPTS=" -Xmx1024M -XX:MaxPermSize=256M"
Looking at the comment section in the file and the line above though, it seems like this line should read
export JAVA_OPTS=" -Xmx1024M -XX:MaxPermSize=256M"
RHEL 7.4 using the JSS Linux Installer.
@were.wulff or someone else, could you confirm either the top lines are correct or whether the JAVA_OPTS should be changed to the bottom line?
Thanks
