Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
GryphonsClaw78 #1
CFLOOP out of memory error
I am looping through a huge query, upto 800K records to do a bunch of
calculations. Basically, comparing dates, adding dates, and counting depending
on the condition.
I pass the query from one component (database query component) to the
component that loops through the query and performs the calculations.
My RAM usage jumps 250 to 300 megs when the this report is run. I am not
building any arrays or anything like that; so not sure why it is jumping. I'm
just adding numbers and doing if statements. My thought is maybe a query is
passed by value instead of reference but no idea how to force CF to pass by
reference. This is only one call.
Thank you for any help in advance.
GryphonsClaw78 Guest
-
#39438 [NEW]: Memory leak PHP Fatal error: Out of memory
From: nikolas dot hagelstein at gmail dot com Operating system: NETBSD 3.0.1 AMD64 PHP version: 5.2.0 PHP Bug Type: ... -
Out-of-Memory Error - Acrobat Professional7.0.8 - But there is plenty of memory?
Support / Forums / Anybody, Has anyone experienced problems running Adobe Acrobat Professional Version 7.0.8 along with Pitstop 6.53? Currently I... -
cfloop error
I am getting an error that is resolving to the closing tag for the </cfloop>. Any Ideas? <cfoutput query="Recordset1" group="category"> <table... -
Attribute validation error for tag cfloop
I am trying to dynamically generate a "photo album" output into a table with corresponding captions: The out put should be 1 2 1.c 2.c... -
CFLOOP Error?
I keep getting an error that says that I need to have a CFLOOP end tag? The bolded line is where Coldfusion says the error is occurring: <cfquery...



Reply With Quote

