Skip to main content
ABF_Dev
Participating Frequently
August 5, 2014
Answered

CF 11 very slow to load web pages - up to 10 seconds

  • August 5, 2014
  • 4 replies
  • 2815 views

Running CF11  Windows 2012 r2 Data center IIS 8 4Gb RAM 4 cores no adjusments have been made to default CF11 - waiting from cfinstall@adobe.com to send me the hotfix hf1100-3776060.123 or hf1100-3776060.jar as services keep stopping


What can I do? My CF 8 is running way faster than this


thank you!

This topic has been closed for replies.
Correct answer carl type3

Hello,

This CF11 blog entry may help:

http://blogs.coldfusion.com/post.cfm/coldfusion-11-iis-connector-tuning


I guess CF8 is on 32 bit and CF11 on 64 bit. So you could do well to adjust the initial and maximum memory plus PermGen. These settings in CF11admin >    Server Settings > Java and JVM


Minimum JVM Heap Size (in MB) 256
Maximum JVM Heap Size (in MB) 512

JVM Arguments
-XX:MaxPermSize=192m

EG 1024 3072 and 512m respectively.

Well that is not exactly CF Java tuning more of a try this and see. You could always perform some CF Java and CF tomcat monitoring to know better what values to apply.

HTH, Carl.

4 replies

carl type3Correct answer
Legend
August 5, 2014

Hello,

This CF11 blog entry may help:

http://blogs.coldfusion.com/post.cfm/coldfusion-11-iis-connector-tuning


I guess CF8 is on 32 bit and CF11 on 64 bit. So you could do well to adjust the initial and maximum memory plus PermGen. These settings in CF11admin >    Server Settings > Java and JVM


Minimum JVM Heap Size (in MB) 256
Maximum JVM Heap Size (in MB) 512

JVM Arguments
-XX:MaxPermSize=192m

EG 1024 3072 and 512m respectively.

Well that is not exactly CF Java tuning more of a try this and see. You could always perform some CF Java and CF tomcat monitoring to know better what values to apply.

HTH, Carl.

ABF_Dev
ABF_DevAuthor
Participating Frequently
August 6, 2014

Trying that... seems to work better - I would not know till I switch it to production. Thank you!

Legend
August 6, 2014

If you like to know more about CF tomcat values and how to monitor it I discuss that here:

http://experts.adobeconnect.com/p8l51p4s9m4

Can be hard to know with changes to both tomcat and Java which has helped more than the other or if either has made any difference at all without some monitoring before and after changes. Will be interesting to hear your feedback once production comes on.

Regards, Carl.