c# - Silverlight memories -


why memory in silverlight?

data:

i having many check boxes , others on user interface sometimes. matter of course, removing check boxes , other controls visuals, memory usage of silverlight increases; never decreases.

how ensure memory released?

is problem garbage collection? how find root of remaining objects no reference not yet collected?

i can provide more data if needed.

the memory management engine silverlight uses similar 1 clr uses wpf , other traditional .net applications. based on garbage collection , if maintain references objects, accidentally, prevents them being garbage collected, memory consumption continue increase.

if have problem in silverlight application can around leaks or can try use tools leaks , find of memory being allocated. quickest way memory profiler. unfortunately there not lot of memory profilers work silverlight ants profiler, has free trial version, supposedly does:


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -