IIS Process takes a lot of memory

IIS Process takes a lot of memory

am 08.11.2007 17:04:02 von M.Buckens

Hi all,

The following problem is appearing on our farm.
On 2 of our webserver we have the problem that the workerprocess takes a lot
of memory until there is no memory available. What is the best way to determ
where the problem resides within the application?

Re: IIS Process takes a lot of memory

am 08.11.2007 20:20:12 von Tiago Halm

Take a dump using iisdump.exe (Microsoft tool). Afterwards, examine it using
WinDbg. There's a bunch of blogs out there on WinDbg + SOS (Son Of
Strike).Google them.

If the issue is with native code, maybe DebugDiag (+ Heap Flags) might help.

Tiago Halm