Hi guys, I got another problem that I can't figure out by myself unfortunately. Somewhere inside of the huge CF application I'm in charge of an error occurs. Not the standard error you might expect but instead an error 500 that tells me Java threw an exception with the message "GC overhead limit exceeded". And afterwards the whole CF server doesn't respond to further requests.
I honestly have no idea where to start with any kind of debugging. When watching `top` on the server I can see that the coldfusion process starts allocating a lot of memory up to almost 60%. I can't really image what might cause this problem as the template that has been called does little more than retrieve a lot of information from a database. Which is what most parts of the application do and they don't cause any problems... Would be great if you have any ideas for me regarding where to start digging or what might cause this problem. Till Helge ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:351534 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

