I copied an example of using GetProcessMemoryInfo from Chris' STD Framework and I have a question.
I have a PB desktop app that runs as a Windows Service so has no user interaction. I want to track memory use so I can send an alert to someone when there is an issue.
My main question is: Which of the values should I be looking at?
Also, is there another function that would return statistics that are useful for a background PB process?