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

How to Resolve memory leak problem in using Radgrid

2 Answers 169 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dhamodharan
Top achievements
Rank 1
Dhamodharan asked on 14 Dec 2010, 07:40 AM
Hi,

I have used 8 radgrid in my application. when i open the page in IE7 it is taken nearly 60,000K memory used in my system. but when click any add button in my radgrid it is increased 2,000K like this 62,000K. then when i canceled add option memory doesn't decreased. then i open add option in same grid memory increased another 2,000K like 64,000. whenever using add button memory increased but whenever closed memory doesn't decreased.

How to resolved this problem. i used CarbageCollecter in my application like CG.Collect(). but doesn't any changes. please give me tips for this Performance issue.

Otherwise any other option like CG.Collect().

Thanks in Advance,
Dhamu.

2 Answers, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 17 Dec 2010, 02:21 PM
Hello Dhamu,

CG.Collect() will collect the memory on server. As far I understand you are watching IE7 process.
When having a lot of HTML elements and perform only AJAX callbacks usually browser consume some amount of memory and after some time it releases part of it.

If you are hunting for memory leaks you can try sIEve tool.

All the best,
Nikolay
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Dhamodharan
Top achievements
Rank 1
answered on 17 Dec 2010, 04:04 PM
Hi,

Can i use the tool into my code?
Tags
Grid
Asked by
Dhamodharan
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Dhamodharan
Top achievements
Rank 1
Share this question
or