|
I have talked about a bunch of commands used to troubleshoot a managed memory problem in the past and given some situations of using them like: High memory, CPU, or other performance problems with .NET High Memory continued - Datatables High Memory part 3 - Native Heap High Memory part 4 - Managed Strings High Memory part 5 – Fragmentation There is another way that we could see a problem that involves fragmentation. Let’s consider the situation where we see the same situation we saw before, namely: But we do see a bunch of files listed when we look in lm . So what should this tell us about the problem? Well, first off, since the files are showing up in lm, we know the problem isn’t the same as, Dynamic Assemblies and what to...
|