telemetry- heap memory

Questions about YourKit .NET Profiler
Post Reply
Tatjana
Posts: 2
Joined: Fri Aug 18, 2006 4:31 pm

telemetry- heap memory

Post by Tatjana »

I am wondering if Heap memory under Telemetry refers to CLR/Managed heap -or- Win32 Heap. Also I see 32MB allocated memory while 4MB is used. What is allocated memory - working set...?

thx
Vladimir Kondratyev
Posts: 1619
Joined: Tue Aug 10, 2004 7:52 pm

Post by Vladimir Kondratyev »

Heap memory is CLR heap and "allocated" value is its size. "Used" value shows amount of used heap within the allocated space.
Tatjana
Posts: 2
Joined: Fri Aug 18, 2006 4:31 pm

Post by Tatjana »

If Mem Usage in Task Mgr (= Working Set) outlines 68,520, does this mean then that 32MB is allocated to the CLR heap ...? Is that correct..? thx
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Post by Anton Katilin »

Yes, "allocated" in telemetry is about CLR heap.
Post Reply