Hi Duncan, you do not have a -XX:PermSize=m set on your new 64 bit. Apply other 
suggestions mentioned plus a minimum setting for Perminant Generation as 
without one it can try size down to Java default. What size? The value depends 
perhaps with the MaxPermSize you have set already use say half so 
-XX:PermSize=512m .

You could also do some JVM logging to get an idea how the JVM args are running, 
sometimes it is good to know rather than just guessing at it.

HTH, Carl.

> 
> Here is the setup on the old and new boxes:
> 
> 4GB, Dual Xeon, 32bit windows, jdk1.6.0_13
> 
> 
> 
> java.args=-server -Xms512m -Xmx1000m -Dsun.io.useCanonCaches=false
> -Dcoldfusion.fckupload=true -XX:PermSize=128m -XX:MaxPermSize=240m
> -XX:+UseParallelGC -XX:+HeapDumpOnOutOfMemoryError
> -Dsun.rmi.dgc.client.gcInterval=150000
> -Dsun.rmi.dgc.server.gcInterval=150000
> -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
> 
> 
> 
> 
> 16Gb, Quad Core, 64bit Windows, jdk1.6.0_13
> 
> 
> 
> java.args=-server –Xmx8192m -Xms8192m -Dsun.io.useCanonCaches=false
> -XX:MaxPermSize=1024m -XX:+UseParallelGC -Xbatch
> -Dcoldfusion.rootDir={application.home}/
> -Djava.security.policy={application.
home}/> servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/coldfusion.
> policy
> -Djava.security.auth.policy={application.
home> }/servers/cfusion/cfusion-ear/cfusion-war/WEB-INF/cfusion/lib/neo_jaas.
> policy
> 
> 
> Runs great, has no crashes, happily inside memory limits, but runs so 
> slow.
> 
> 
> Duncan I Loxton
> duncan.lox...@gmail.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:342326
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to