I wrote a WCF (c#) Windows Service application
, and it appears to me the windows service is leaking memory.
The memory pressure, according to Windows, raised from the start of the windows service from 24 Gb
till 44 Gb
at the moment of the screen shot (30 hours
later)
We have two problems;
- we tried to simulate the leakage using ANTS Memory Profiler, and we couldn't find the issue.
- WCF service itself is not leaking memory. The memory usage is
18 Gb
(which is the same memory pressure as from the start of the service).
How can I investigate this problem? What is causing this high memory pressure?