JDK 15.0.1 and Kucee 5.3.7.47

Updated my JDK to the latest, 15.0.1, and Tomcat to 9.0.41 and Lucee is 5.3.7.47

Everything seems fine. Seems to be snappier than JDK 14.0.2.

Question - does anyone have opinions on a good setenv.sh file for 15.0.1. I have the following (server has lots of RAM, so it’s not an issue). And I am using the new garbage collector.

export CATALINA_OPTS=“-Xms16G -Xmx16G -Xmn2048m -Xss1024k -XX:+UseZGC -XX:ConcGCThreads=4 -Djava.awt.headless=true -Duser.timezone=America/New_York -Djava.security.egd=file:/dev/./urandom”;