CFDump Issues
Today I'm trying to cfdump a parsed XML file, last week I was trying to CFDump a query response. Today's error message:
The request has exceeded the allowable time limit Tag: cfoutput
Last week's message:
The request has exceeded the allowable time limit Tag: cfquery.
In both instances, when I remove the cfdump tag and just output as normal, it works fine and very fast. This is on my test server running CF8 on Windows Server 2003. On my production server (CF8/Windows Server 2008) I get an error about java heap space. CFDump does work on small data sets (like "select 1 from dual"). Any suggestions on how I can improve CFDump's performance? Thanks!