>
> Strange thing happens:
>
> the program completes and displays the track structure (the first
> cfdump)
>
> about half through the playlist structure the display stops
> and I get:
>
> java.lang.OutOfMemoryError
>
> I can change the program so that it just does either one
> cfdump or the other and it runs fine.
>
> so, I added a cfflusg between the 2 cfdumps and it runs fine.
>
> My questions:
>
> What is causing the out of memory error?
>
> Is there a memory limit to CF tags such as cfdump, cfhttp,
> cffile, etc?
>
> if so what is it.
>
> Can/should I change JVM settings to alleviate this?
My guess is that CF ran out of memory to store the generated page. When you
use CFFLUSH, whatever generated page content exists is sent to the browser.
I don't know if you can fix that by increasing the memory allocated to the
JVM or not, though.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

