I have a DAG setup with Server 2012 R2 and Exchange 2013 running on three Servers plus another Server for a lagged copy.
We appear to be having a handle leak on all of the Servers, it doesn't seem to matter if they are hosting the databases or not. However what strikes me as odd is that the handle leak does not seem to be hugging a huge number of resources e.g. it is not using tons and tons of memory as the handles increase, even when one of the Servers peaked at 261076 handles it had not really increased it's memory usage much more.
The handle leaker is the Windows process LSASS which is also a headache as although I'm monitoring using Perfmon and I've used RAMmap, Process Explorer, etc. it is proving to be a hard one to troubleshoot as LSASS itself is not the cause whatever is 'using' LSASS is the problem.
I'm fairly knowledgeable in performance troubleshooting but only ever with in-house coding using .NET etc. everything on this box is Microsoft.
So I guess my questions are:
What is the difference between Handle Leaks and Memory Leaks can I have a Handle Leak without having a Memory Leak? And if so what is the danger of a pure Handle Leak overtime?
What else can I do to troubleshoot this? I was going to install the SDK and use UMDH and Gflags to take snapshots of the memory but its not a very fast increase so this is going to be a little painful.
Got lots of information but not sure what is relevant so anything you need to ask I can provide.
Thanks,
Charles