This question is locked. New answers and comments are not allowed.
Hello Telerik!
In our Silverlight based CMS we have a tool for previewing a specific object in HTML using several HTMLPlaceHolder controls. The problem is that when these controls are loaded, a lot of memory is allocated to the Silverlight plugin and this memory doesn't seem to be released when the HTML place holders are unloaded. I have used Red Gates Ants memory profiles to make sure these controls don't remain in memory. The problem seems to be that the amount of unmanaged memory increases significantly in the jscript9 (+24 MB) and mshtml (+10 MB) dlls for just loading four placeholders.
Our users tend to use the program for several hours at a time (and they won't accept showing just one placeholder, default we're showing four) and when the memory usage grows, the plugin gets slower and eventually they are forced to restart the browser or the computer because the application becomes unusable.
I can provide you with the profiler results if they are of interest.
I would appreciate if you have any tips on how to solve this situation.
Best regards,
Patrik Edberg
In our Silverlight based CMS we have a tool for previewing a specific object in HTML using several HTMLPlaceHolder controls. The problem is that when these controls are loaded, a lot of memory is allocated to the Silverlight plugin and this memory doesn't seem to be released when the HTML place holders are unloaded. I have used Red Gates Ants memory profiles to make sure these controls don't remain in memory. The problem seems to be that the amount of unmanaged memory increases significantly in the jscript9 (+24 MB) and mshtml (+10 MB) dlls for just loading four placeholders.
Our users tend to use the program for several hours at a time (and they won't accept showing just one placeholder, default we're showing four) and when the memory usage grows, the plugin gets slower and eventually they are forced to restart the browser or the computer because the application becomes unusable.
I can provide you with the profiler results if they are of interest.
I would appreciate if you have any tips on how to solve this situation.
Best regards,
Patrik Edberg