The aim of my application is to cancel noise. When I run continuously and observe the memory usage using Process Explorer, I notice that the Private Bytes increase slowly for example from 11.8 MB to 13 MB and so on.
A colleague of mine told me that it goes up to 1 GB and the application crashes.
How can I solve this issue? I have written this application in C++.