problem about red-gate-ants-Collection of common programming errors
ofraski
c# .net memory memory-management red-gate-ants
I’m profiling memory use with ANTS Memory Profiler 7.0 and noticed that unmanaged memory use is ~193MB (~62%) for a console application that does little more than populate some DTOs from 10 million or so records.The help text for unmanaged memory says:The memory is assigned to the parts of the application that aren’t running as pure .NET code. This includes the common language runtime itself, graphics buffers and any unmanaged data accessed through P/Invoke or COM+Why might this figure be so hig
Andrzej Pindor
.net memory-management red-gate-ants
I’m trying to profile memory usage in simple WCF service hosted on IIS. It seems strange to me – fairly large unmanaged memory consumption:linkAs you can see there is ~180MB memory used by unmanaged code/objects. In detailed view I can see something like this:linklinkRuntimeAssembly 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?Pleas
hisoka21
workflow workflow-foundation-4 red-gate-ants ants
I’m running the ANTS Performance Profiler in my windows service to optimize it. So I found out that the execution of one of my workflow is about 436 milliseconds. I drilled down each methods being executed inside the invoke method of my workflow and found the result as shown in the image below.What is the DebugManager above? Why is there a WinIOError? Sorry for the noob questions guys I’m just lost here. I really just want to shortened the execution time if possible.
Mike Hanrahan
c# ninject code-access-security red-gate-ants
I am trying to profile an application which uses Ninject. I am using ANTS profiler and when it hits the lineStandardKernel kernel = new StandardKernel();the profiler is giving me the an error saying that the “Operation could destabilize the runtime”. From reading around the ANTS forum and other places it seems to be due to the security settings in NInject. I am reluctante to change them and wouldn’t really know how to with any confidence (I suspect its to do with how NInject creates objects,
Web site is in building