You will have to add the java option -Xloggc:filename to the run.bat. Something like:
set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000
-Dsun.rmi.dgc.server.gcInterval=3600000 -Xloggc:D:/log/myLogFile.log
You will then see the GC logs in D:/log/myLogFile.log file
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960616#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...