More settings suggestions.

java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false 
-XX:PermSize=256m -XX:MaxPermSize=384m -XX:+UseParallelGC 
-XX:ParallelGCThreads=4 
-Dsun.rmi.dgc.client.gcInterval=600000 -Dsun.rmi.dgc.server.gcInterval=600000 
-XX:NewSize=148m -XX:SurvivorRatio=4 -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,"C:\\Program
 
Files (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar"

Bigger PermGen, 64bit generally needs more than 32bit. Let the ParallelGC use 
some of the cores you have, maybe ParallelGCThreads=8 will even be better if I 
read your server hardware correctly. Include Xbatch which I note seems required 
for 64bit. 

Open to others thoughts on Xbatch? Have posted a comment here:

http://forums.adobe.com/message/3527227#3527227

HTH, Carl.
> thanks!
> 
> here are my settings now :
> 
> java.args=-server -Xmx4096m -Xms4096m -Dsun.io.useCanonCaches=false 
> -XX:PermSize=256m -XX:MaxPermSize=256m -XX:+UseParallelGC -Dsun.rmi.
> dgc.client.gcInterval=600000 -Dsun.rmi.dgc.server.gcInterval=600000 
> -XX:NewSize=148m -XX:SurvivorRatio=4 -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,"C:\\Program Files 
> (x86)\\Efflare\\ImageCR3Service\\imagecr3.jar"


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

Reply via email to