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

Silverlight do not release memory when we close application

5 Answers 79 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Rakesh Gandhi
Top achievements
Rank 2
Rakesh Gandhi asked on 17 Nov 2011, 01:36 PM
Hello All,

We are facing problem related to memory release in silver light application.

When we open telerik site of silver light and move to different tab then Memory usage in Window task manager increase continuously but when we close the application then it goes down and release memory that we can see clearly on windows task manager.

But when we use our web application, memory continuously increased but when we open different tab but while closing it is not releasing memory and it remains same. Please suggest what to do? In all pages we are using different telerik control on different pages.

Please help us.

Thanks in advance,

Rakesh Gandhi.

5 Answers, 1 is accepted

Sort by
0
Manoj
Top achievements
Rank 1
answered on 02 Dec 2011, 12:29 AM
I am also facing same issue. Can any one help on this.
0
Kiril Stanoev
Telerik team
answered on 06 Dec 2011, 01:08 PM
Hello Manoj,

Thank you for contacting us. The information you provided us with is not enough to determine what the cause for the issue might be. Could you please elaborate more on the scenario you have and probably send us a small project reproducing the issue. This way we will be better able to assist you. Thank you for your cooperation.

Regards,
Kiril Stanoev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Manoj
Top achievements
Rank 1
answered on 06 Dec 2011, 07:47 PM
I am using Telerik menu to nevigate pages. Pages are using telerik controls(RedGrid, RedDomainDataSource, RedCombo, RedDataFilter etc.) and mvvm model. So viewmodel object is also available to page. When user switch page. Do I need to do any thing to make sure all objects are collected including viewmodel.
0
Kiril Stanoev
Telerik team
answered on 08 Dec 2011, 05:01 PM
Hi Manoj,

 Nothing special needs to be done. Try inheriting your ViewModel from our Telerik.Windows.Controls.ViewModelBase and take advantage of the Dispose functionality.

Regards,
Kiril Stanoev
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Manoj
Top achievements
Rank 1
answered on 10 Dec 2011, 12:23 AM
Thank you Kiril.
Tags
General Discussions
Asked by
Rakesh Gandhi
Top achievements
Rank 2
Answers by
Manoj
Top achievements
Rank 1
Kiril Stanoev
Telerik team
Share this question
or