Hi all,
I searched in the forum and couldnt find a related topic. Forgive me if I missed one. I newly switched to jboss AS and started with jboss 6 final. I created a try-out application and exploded to the server. When I boot it by using run.bat, it takes really long time (2 min+) to boot it. The application works fine, the connection to the mysql server is fine. My problem is about the booting time and when I hot-deploy, it takes 1 or 2 mins to get the application running. JVM options are below, I hope you can find an answer.
JAVA_OPTS="-Xms128m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000"
-XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled
-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=512m
-XVerify:none
-Xrs