Title:
Bug 81318:Start this cfm with memory profiling enabled in the server monitor
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Wim Dewijngaert / Wim Dewijngaert (Wimpie)
Created: 12/23/2009
Components: Server Monitoring
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Major / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
Start this cfm with memory profiling enabled in the server monitor. Look at the JVM memory usage: it climbs up and up till ColdFusion slows down and halts with an out of memory error after about ten minutes. test.cfm <cfsetting enablecfoutputonly="Yes" requesttimeout="10000"><cfset functions=createobject("component","test")><cfloop from="1" to="50000" index="i"> <cfset returnArray=functions.remoteDataGet()></cfloop><cfoutput>READY</cfoutput> test.cfc <cfcomponent><cffunction name="remoteDataGet" access="remote" output="false" returntype="query"> <cfreturn querynew('test','Integer')></cffunction></cfcomponent>
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3040666
External Customer Info:
External Company:
External Customer Name: Wim Dewijngaert
External Customer Email: 1BA46E1644AB735B992016B7
External Test Config: 12/23/2009
Attachments:
Comments: