How do i profile memory held in .NET? -
this question has answer here:
- .net memory profiling tools [duplicate] 9 answers
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
Post a Comment