Thanks a bunch :)

-----Original Message-----
From: Matt Quackenbush [mailto:[email protected]] 
Sent: Wednesday, March 09, 2011 4:34 PM
To: cf-talk
Subject: Re: Performance Issue with CFLOOP


Yes, tweaking your JVM settings (including max heap) *can* fix this.  Of
course you are limited to the amount of RAM you have available to you,
which is limited by both the physical RAM installed and potentially your
OS.

I am by no means an expert on this particular topic.  I usually rely on
Mike Brunt (http://www.cfwhisperer.com/), one of the greatest minds on
CF/JVM tweaking, or on Google.  JVM tuning is a pretty common topic on
various lists and blogs.  I would suggest starting at Mike's blog,
honestly.

And yes, the slowdown that you are seeing across all requests is because
the JVM is out of memory.  If you peruse your logs, you will most likely
find all kinds of java.lang.OutOfMemoryError messages.

HTH




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

Reply via email to