Hi,
I am hosting a cold fusion application which was developed in version 6.1 in CF8 server. There is a application variable which is set to a value of 1000 in the Application.cfm and we invoke components and have a loop till the max value of this variable which runs a sp on SQL Server2005. The output of the sp is a select query with some records. So,what happens is when we set the Enable Request Debugging Output on the CF Admin, it takes a lot of time and resources and finally gives the java.lang.outofmemoryerror: GC overhead limit exceeded. When I had disabled this, we did not face this error and the application performance was better too. But in environments like development and QA, we need to have the debugging enabled. So, could you please suggest what would cause the issue and how to over come it
Software/Hardware used:
ASKED:
August 21, 2008 5:37 PM
UPDATED:
September 9, 2008 9:14 AM
I’m not sure if I’m clear on this. Are you running the SQL stored procedure 1000 times, or looping through the first 1000 records in the stored procedures recordset?