Here's the scenario, winforms application, monitoring via Task Manager Processes Tab.
On initial launch spins up to ~61,000K (initial data grid and data loads) If I minimize the application, not touching or doing anything the Mem usage drops to 1,380K. When I restore the application is spins back up to only 5.8K
So my question is, does the minimize send some internal message to clean up resources since the application in question is not in focus?
The first app I noticed this in happens to be VB.NET, but I've observed the same behavior in my main C# winform applications.