Status/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): Kenneth Gladden / Kenneth Gladden ()
Created: 02/08/2018
Components: Debugging, General, Performance
Versions: 2016
Failure Type: Crash
Found In Build/Fixed In Build: 2016.0.05.303689 / 2020,0,01,314612
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Windows 10 64 bit
Vote Count: 1
Problem Description:
Eventually all available memory is consumed and the app fails with "GC overhead limit exceeded".
Steps to Reproduce:
Have debug turned on in the server. Use <cfsetting showdebugoutput="false" >. Run something that has lots of loops and calling CFCs to do some calculations millions of times.
Actual Result:
Runs out of memory.
Expected Result:
Debug should not be running and consuming memory when you aren't going to show debug output. Program performs all calculations.
Any Workarounds:
Fall back to ColdFusion 11 or turn off debugging in the server.
Attachments:
Comments: