Here is the script, winforms application, monitoring through the tab "Task Manager".
At the initial start of the back, up to ~ 61 000K (initial data grid and data loading) If I hide the application without touching or doing nothing, the use of Mem will decrease to 1,380K. When I restore the application, the backs return only up to 5.8K
So my question is, does minimization send some kind of internal message to clear resources, since the application in question is not in focus?
The first application in which I noticed this seems to be VB.NET, but I have observed the same behavior in my main C # winform applications.
source
share