I'm trying to profile memory usage in simple WCF service hosted on IIS. It seems strange to me - fairly large unmanaged memory consumption:
As you can see there is ~180MB memory used by unmanaged code/objects.
In detailed view I can see something like this:
link
RuntimeAssembly from System.Reflection namespace uses almost 80MB of memory. How is it possible? I'm not using any reflections in my code. Is it possible that this 80MB usage of System.Reflection is ANTS Memory Profiler stuff?
Please help me understand this - maybe I'm missing something?