Perhaps NewGen perhaps PermGen. What does JVM logging that is partly enabled
indicate? What JVM version? It is JRun that is CPU bound?
You have some very specific JVM arguments there. Couple things I note with New
/ Young Generation and Permanent Generation. Sometimes with a largish initial
heap memory configuration ie bigger than 1Gb (Xms) I have seen Java not settle
to a good workable value, you may do well to specify a size. The value depends,
you could try -Xmn148m. There is no setting for initial Permanent Generation so
you could add âXX:PermSize=192m .
JVM logging seems to be partly there (-XX:+PrintGCDetails
-XX:+PrintGCTimeStamps) â what is your thoughts on the two logging switches
without the output to a log file (eg -XX:+PrintGCDetails -XX:+PrintGCTimeStamps
-XX:+PrintHeapAtGC -verbose:gc -Xloggc:cfjvmGC.log)?
I guess you are on CF9.0.1 64 bit? Would that be JVM version 1.6.0_17?
HTH, Carl.
> My CPU is running almost 100%. I am using windows 7 64 bit 6G ram. I
> have the following arguments set but it is still slow.
>
> Please help
>
> java.args=-server -Xms1224m -Xmx1224m -Dsun.io.useCanonCaches=false
> -XX:MaxPermSize=250m -XX:TargetSurvivorRatio=50
> -XX:+UseConcMarkSweepGC -XX:CompileThreshold=10000 -XX:+UseParNewGC
> -XX:+CMSIncrementalMode -XX:+AggressiveOpts -XX:ThreadStackSize=128k
> -XX:+DisableExplicitGC -XX:CMSInitiatingOccupancyFraction=80
> -Dcoldfusion.classPath={application.home}/../lib/updates,{application.
> home}/../lib,{application.home}/../gateway/lib/,{application.home}/..
> /wwwroot/WEB-INF/flex/jars,{application.home}/..
> /wwwroot/WEB-INF/cfform/jars
> -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -Xbatch -Dcoldfusion.
> rootDir={application.home}/../ -Dcoldfusion.libPath={application.
> home}/../lib -Dcoldfusion.classPath={application.home}/../lib/updates,
> {application.home}/../lib,{application.home}/../gateway/lib/,
> {application.home}/../wwwroot/WEB-INF/flex/jars,{application.home}/..
> /wwwroot/WEB-INF/cfform/jars
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive:
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343593
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm