This is a migrated thread and some comments may be shown as answers.

Memory Usage Does NOT Garbage Collect

1 Answer 67 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 13 Nov 2008, 07:46 PM
Ok, so I am running my site on IIS 7 which I know does not have the option for "Memory Optimization", but... why can I not garbage collect the memory after the upload?  The memory is NOT "live", but it is being comsumed still by the worker process, and does not seem to garbage collect for a very long time. With large uploads this becomes extremly problematic!

I have tried.

GC

 

.Collect(); <-- Does Nothing!

Please Help!

 

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 14 Nov 2008, 08:31 AM
Hi Richard,

RadUpload for ASP.NET Ajax is using the built-in ASP.NET uploading capabilities. Releasing memory is beyond our control.

Regards,
Albert
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Upload (Obsolete)
Asked by
Richard
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or