My posts tagged with "High Memory"(RSS)

ASP.NET Tips: What to gather to troubleshoot – part 2 – High Memory

Identifying a Memory leak A Memory Leak in an IIS process (INETINFO.EXE, DLLHOST.EXE, W3WP.EXE) occurs when Memory Usage in Task Manager continues to consume more than 50% of the physical RAM until running out of system memory or until the process stops...

Understanding when to use a Finalizer in your .NET class

A common problem we see when moving to .NET all revolves around the finalizer.  There are a few reasons that this happens: Developers move from C/C++ to C# and are used to created classes with a constructor and destructor. Developers don’t understand...

ASP.NET Tips: How to identify a COM call that is blocking GC, causing a memory leak

Problem Description So this is a customer situation we found were the customer was getting an System.OutOfMemoryException.  We were able to reproduce this with a console application that just ran: For Iterator = 0 To 99999999999 Regex.IsMatch(CONNECTION_STRING...

« Previous  1 2

Microsoft Communities