Are you logging long-running requests? Any requests hanging?
Can you correlate the memory/cpu spike with site traffic or spiders? Like Wil said, it's probably the code in a certain request / page that's using more memory/cycles than it needs to. You may need something like FusionReactor to see what's causing issues. On 10/2/12 3:37 PM, Wil Genovese wrote: > Perhaps code is the issue. Perhaps a custom tag is the issue. Details are > needed before anyone can give any sort of reasonable answer. > > How much traffic is the site getting? requests/second? > What is the code processing? > What is the code accessing? > Is the database responding properly? > > These and many more questions need to be answered. > > ColdFusion iteself does not just suck up all your CPU cycles. > > > Wil Genovese > Sr. Web Application Developer/ > Systems Administrator > CF Webtools > www.cfwebtools.com > > [email protected] > www.trunkful.com > > On Oct 2, 2012, at 5:32 PM, Richard Steele wrote: > >> We have a problem with one of our CF8 Enterprise instances. Almost daily, it >> hogs the entire cpu of the server and the service has to be restarted. Over >> 2.5 gb of memory is dedicated to this instance. It reaches that ceiling >> within several hours of use. Perhaps garbage collection can't keep up? >> >> Is there a way to limit the cpu resources given to an instance? >> How do we troubleshoot what might be causing this? Thanks! Rick >> >> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:352821 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

