Folks, we have a situation where we suspect a leak in a native C++ DLL (called via Interop) is slowly consuming memory, eventually causing the server to be sluggish or unresponsive and it requires a reboot. The evidence is Task Manager showing Memory usage hovering at 98%.
How can we log memory usage by total and process so we can let the leak happen over a few days and then look back and try to match jumps in memory usage with events in our application log? (I'm assuming there is a way!) *Greg K*
