How do i profile memory held in .NET? -


this question has answer here:

i have app. when run hours notice starts getting big. gets 4x bigger later t in first hour. since running on server limited ram space cant have that. tried doing memory sampling in .net told me json serialization allocates memory. thats inside loop know gone every iteration.

how find objects holding memory? forcing gc collect not help. appears holding memory.

you use memory profiler. ants profiler redgate , dottrace jetbrains quite popular. there free clr profiler microsoft has different versions clr 2.0 , clr 4.0.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -