I've noticed this watching my web servers with SeeFusion. My business uploads a lot of attachments, and I will see spikes in memory that will stay even if I manually run garbage collection (SeeFusion functionality), but about an hour later (or less) the memory will eventually be released.
~Brad -----Original Message----- From: James Holmes [mailto:[EMAIL PROTECTED] Sent: Thursday, July 27, 2006 7:07 PM To: CF-Talk Subject: Re: Releasing CFFile memory This is standard for Java. Memory isn't garbage collected insantly - if it were, your server would perform badly. If you watch the memory for a few hours after, does it eventually get cleaned up or does it never get released? On 7/27/06, Kervin L. Pierre <[EMAIL PROTECTED]> wrote: > Hello, > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:248016 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

