I have this problem when running my program:
- The memory consumption increases pretty quickly when one of the functionalities of my program is running.
- I use Performance Monitor and Virtual Leak Detection, both say no leak.
- After the functionality is ended (program not exiting), the memory will slowly drops to normal level.
- Program is basically C#, WPF, C++;
So when the memory consumption gets high, the hardware (motor), which my program drives, responses pretty sluggishly.
I am very confused. Is this a memory leak?
I know it is probably hard to determine where the problem is, but is there any common logic how I should get in look at this problem? Or any commonly used tools? Like checking for intake leak/system lean on a car would be normally starting with tubes, mass air flow sensors, or O2 sensors.....
Thanks a lot!