Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Paul Sussan / Paul Sussan (Paul Sussan)
Created: 02/18/2014
Components: Language
Versions: 10.0
Failure Type: Memory Leak
Found In Build/Fixed In Build: Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2008 Server
Vote Count: 1
Problem Description: SpreadsheetAddRows has a serious memory leak. As the amount of data goes up, the memory used grows exponentially until the server falls over.
Steps to Reproduce: Use <cfset SpreadsheetAddRows(theSheet,query)> with a large query
Actual Result: java.lang.OutOfMemoryError: GC overhead limit exceeded
Expected Result: Query rows added
Any Workarounds: pass the query directly to the cfspreadsheet tag as an argument
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3709536
External Customer Info:
External Company:
External Customer Name: psussan1
External Customer Email:
External Test Config: Windows 2008 Server standard and ColdFusion Standard 10 Update 12
Attachments:
Comments: