Java garbage collection is a complicated process - memory isn't
necessarily cleared immediately after it is marked for GC. You can use
different tuning parameters and different GC algorithms within the JVM
to change the way it works, but it will help to do some reading first
and test on a development server:

http://www.bpurcell.org/blog/index.cfm?mode=entry&entry=967

http://www.petefreitag.com/item/139.cfm

etc.

On Nov 14, 2007 1:43 AM, Jason Fill <[EMAIL PROTECTED]> wrote:
> I have a to create a pdf report that is about 1500 pages long, all text and 
> tables, no charts or images etc.  Well it does not take to long to create, 
> about 30 seconds, but it just kills my memory.  I am putting the content in 
> cfsavecontent, maybe that is what is killing the memory.  But I would think 
> that variable would be killed once the thread is completed processing and the 
> memory released very shortly thereafter.
>
> When I run the script memory on the server jumps from 73k kb to about 524k 
> kb.  And holds steady for about 15 minutes then will drop back down to 73k - 
> well after the document is completed.  Does any have any ideas.  I am really 
> not sure if it is the cfsavecontent or the cfdocument.
>
> Thanks in advance.
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293257
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to